@import url(http://fonts.googleapis.com/css?family=Jura);

@font-face {
	src: url(fonts/Condense.woff), url(fonts/Condense.eot);
	font-family: "condense";
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	background: #fff;
	color: #1a3f47;
	font: 17px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
	width: 100%;
}

p {
	line-height: 160%;
	margin: 1% 0 0;
}

h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}

a {
	color: inherit;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

i {
	margin: 0 1% 0 0;
}

img {
	border: none;
}

ul,
ol {
	list-style-type: none;
}

header {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGklEQVQIW2NkwAMY6Sh57969/0pKSozk2wkABGoECK2tlEoAAAAASUVORK5CYII=);
	border-bottom: 1px solid #b7b7b7;
	box-shadow: 1px 1px 4px #ccc;
	padding: .7% 3%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 96%;
}
	.sp-side-btn {
		display: none;
	}

	.logo {
		float: left;
		font: 140%/.9 "condense", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
		letter-spacing: .2em;
	}
		.logo small {
			color: #a0a0a0;
			font: 70% "Jura";
			letter-spacing: .2em;
		}

	.search {
		float: right;
		margin: .4% 0 0;
	}
		.search input[type="text"] {
			border: 1px solid #b9b9b9;
			-webkit-box-shadow: inset 1px 1px 5px 0.5px rgba(0,0,0,0.1);
			-o-box-shadow: inset 1px 1px 5px 0.5px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 1px 1px 5px 0.5px rgba(0,0,0,0.1);
			-ms-box-shadow: inset 1px 1px 5px 0.5px rgba(0,0,0,0.1);
			font: 100% meiryo;
			padding: 4px;
		}
		.search input[type="submit"] {
			background: #f1f1f1;
			border: 1px solid #b9b9b9;
			font: 100% meiryo;
			padding: 2px 10px;
		}

#main {
	box-sizing: border-box;
	padding: 0 0 0 300px;
	width: 100%;
}
#main > article {
	margin: 90px auto 0;
	padding: 0 2%;
	width: 70%;
}
	article > section { /* トップページ用と記事ページ用のデザイン用意 */
		margin: 5% 0 10%;
	}
		article > section > h1 {
			font: normal 140% "condense";
			margin: 0 0 2%;
			text-align: center;
		}
		article > h1 {
			font-size :150%;
			border-bottom: 2px solid #2c3e50;
			margin: 1% 0;
			padding: 4px 1%;
		}
		
			article > section > h1:after {
				content: "";
				display: block;
				height: 1px;
				background: linear-gradient(left, #eee, #777, #eee);
				background: -webkit-linear-gradient(left, #eee, #777, #eee);
				background: -moz-linear-gradient(left, #eee, #777, #eee);
				background: -ms-linear-gradient(left, #eee, #777, #eee);
				background: -o-linear-gradient(left, #eee, #777, #eee);
				margin: 1.5% 0 0;
			}
			
		article > section > h2 {
			font-size: 130%;
			margin: 0 0 .5% 0;
		}
			article > section > h2:before {
				content: "\f101";
				font-family: FontAwesome;
				margin: 0 0 0 1.5%;
				padding: 0 1% 0 0;
			}
		
		article > section > p {
			line-height: 2.1;
			margin: 0 2%;
		}
		
		article > section p img {
			display: block;
			margin: .5% auto;
			width: 50%;
			min-width: 350px;
		}
		
		article > section dl {
			background: #f1f1f1;
			font-weight: bold;
			margin: 1% 1.5%;
			padding: 2% 2em;
		}

		.features article {
			background: #eff2f2;
			margin: 2% 0;
			padding: 0 3% 0 0;
			position: relative;
			transition: .2s all linear;
			-webkit-transition: .2s all linear;
			-o-transition: .2s all linear;
			-moz-transition: .2s all linear;
		}
			.features article:hover {
				background: #e4e7e7;
			}

			.features article > a {
				display: block;
				text-decoration: none;
			}

			.features article h1 {
				font-size: 105%;
				letter-spacing: .1em;
				margin: 0 2% 1%;
				padding: 2% 0 0;
			}
			.features article img {
				float: left;
				margin: 0 2% 0 0;
				width: 35%;
				min-width: 150px;
			}
			.features article p {
				font-size: 90%;
				letter-spacing: .1em;
				line-height: 1.6;
				margin: 0 2%;
			}
			.readmore {
				margin: 2% 0;
				text-align: right;
			}


aside {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAI0lEQVQIW2M0Njb+z4ADMOKVTEtL+3/27FmsevHrJN9OfDoBkZMOMJKUoyUAAAAASUVORK5CYII=);
	color: #fff;
	float: left;
	margin: 60px 0 0;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 260px;
}
	aside section {
		letter-spacing: .1em;
		margin: 15% 0;
	}
		aside section h1 {
			border-bottom: 1px solid #000;
			box-shadow: 0px 1px 0px #666;
			padding: 3px 2%;
		}
		aside section ul {
			margin: 0 5%;
		}
			aside section li {
				font-size: 120%;
				margin: 2% 0;
				padding: 1.5% 3%;
				transition: .2s all linear;
				-webkit-transition: .2s all linear;
				-o-transition: .2s all linear;
				-moz-transition: .2s all linear;
			}
				aside section li:hover {
					background: #5b5b5b;
				}
				aside section a {
					display: block;
				}

		aside .special {
			margin: 4% 0;
			position: relative;
			width: 100%;
		}
			aside .special img {
				width: 100%;
			}
			aside .special p {
				background: rgba(255, 255, 255, 0.7);
				color: #1a3f47;
				box-sizing: border-box;
				font-weight: bold;
				letter-spacing: 0;
				padding: 1px 5px;
				position: absolute;
				bottom: 7px;
				left: 0;
				width: 100%;
			}

footer {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAI0lEQVQIW2M0Njb+z4ADMOKVTEtL+3/27FmsevHrJN9OfDoBkZMOMJKUoyUAAAAASUVORK5CYII=);
	border-top: 1px solid #b7b7b7;
	box-shadow: 1px 1px 4px #ccc;
	color: #fff;
	margin: 5% 0 0;
	padding: 2% 6% 0;
	width: 88%;
}
	footer nav ul {
		float: left;
	}
		footer nav ul li {
			margin: 6% 2%;
			white-space: nowrap;
		}

	footer .social {
		float: right;
		width: 450px;
	}
		footer .social li {
			display: inline-block;
			margin: 1% 2%;
		}

	footer p {
		text-align: center;
	}


.clear {
	clear: both;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}


/* keep styles */
#upperlink a:visited {  color: #333333}
#upperlink a:link {  color: #333333}
#upperlink a:hover {  color: #FFFFFF}
#upperlink a:active {  color: #FFFFFF}
#sidelink a:visited {  color: #333333}
#sidelink a:link {  color: #333333}
#sidelink a:hover {  color: #FFFFFF}
#sidelink a:active {  color: #FFFFFF}
#white2 a:visited {  color: #FFFFFF}
#white2 a:link {  color: #FFFFFF}
#white2 a:hover {  color: #33FFFF}
#white2 a:active {  color: #33FFFF}
#h1_link a:visited {
	color: #000000;
	text-decoration: none;
}
#h1_link a:link {
	color: #000000;
	text-decoration: none;
}
#h1_link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#h1_link a:active {  color: #33FFFF}
.p12 {
	font-size: 12px;
	text-decoration: none;
}
.p18 {  font-size: 18px}
.p24 {  font-size: 24px}
.p14 {  font-size: 14px}
.p16 {  font-size: 16px}
.p6 {  font-size: 6px}
.p8 {  font-size: 8px}
.p9 {  font-size: 9px}
.p22 {  font-size: 22px}
.blod-red {
	color: #F00;
	font-weight: bold;
}
.blue {
	color: #00F;
}

#boxA {
 width:350px;
 float:left;
}

#boxB {
 width:350px;
 float:left;
}

#boxC {
 width:100%;
 clear:left;
}

a.adlink:link {
	color: #9900FF;
}
a.adlink:visited {
	color: #9900FF;
}
a.adlink:hover {
	color: #FF99FF;
}
a.adlink:active {
	color: #FF99FF;
}

.formura {margin-left:2em}
.formura_next {margin-left:3em}
.formura_clear_left {
	clear: left;
	padding-top:5px;
	margin-left:3em}

ul.multiple {
margin-left: 2em;
padding:0;
list-style-type: none;
}

ul.multiple li {
	display: inline-block;
	margin: 1.5% 0;
}
ul.multiple_next {
margin-left: 3em;
padding:0;
list-style-type: none;
}

ul.multiple_next li {
float: left;
margin-right: ;
padding: ;
text-align: left;
}

ul.multiple_0 {
margin-left:0;
padding:0;
list-style-type: none;
}

ul.multiple_0 li {
float: left;
margin-right: ;
padding: ;
text-align: left;
}

.clearLeft { 
clear: left; 
}

.p_image {margin-left:2em;}


@media screen and (max-width:1280px) {
	html,
	body {
		font-size: 16px;
	}

	#main {
		padding: 0 0 0 250px;
	}
		#main > article {
			width: 90%;
		}
	aside {
		margin: 50px 0 0;
		width: 210px;
	}
}


@media screen and (max-width:960px) {
	html,
	body {
		font-size: 14px;
	}

	#main {
		padding: 0 0 0 220px;
	}
	aside {
		margin: 50px 0 0;
		width: 180px;
	}
}


@media screen and (max-width:800px) {
/* Tablet */
	html,
	body {
		font-size: 13px;
	}
	header {
		padding: 1.2% 3%;
	}
		.sp-side-btn {
			border: 1px solid #ccc;
			cursor: pointer;
			display: block;
			float: left;
			font-size: 170%;
			margin: 0 2% 0 0;
			padding: 0 7px;
		}

	#main {
		padding: 0;
	}
		#main > article {
			width: 96%;
		}

	aside {
		display: none;
		float: none;
		margin: 0;
		padding: 0 10px;
		overflow: auto;
		position: fixed;
		top: 47px;
		left: 0;
		height: 94%;
	}
		aside section li {
			background: #5b5b5b;
			font-size: 120%;
			margin: 5% 0;
			padding: 5%;
		}
}


@media screen and (max-width:570px) {
/* Smart Phone */
	header {
		padding: 1.7% 3%;
	}
		.search {
			display: none;
		}
}