@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* ====================================================
* design css
==================================================== */
body{
	/*background: url(../img/__sp.jpg) center center no-repeat;*/
	/*color: #fff !important;*/
	background: #f6f6f6;
	color: #111;
	background-size: cover !important;
	top: 0%;
	left: 0%;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	     -o-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
font-family: Roboto, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

header{
	position: fixed;
	top: 50px;
	left: 50px;
}
header svg{width: 74px;height: auto;}

#wrap{
	min-width: 1200px;
	margin: 0 auto;
	/*background: #ff0;*/
	padding-top: 100px;
	padding-bottom: 100px;
}

h3{
	 font-size: 13px;
	font-weight: bold;
	color: #111;
	margin-bottom: 10px;
}
p{
	 font-size: 13px;
	 margin-bottom: 34px;
	 color: #7fb5ba;
}

section.box{
	display: block;
	width: 1200px;
	margin: 0 auto;
	/*background: #A999A9;*/
}

section.box .in{
	/*background: #ccc;*/
}

section.box .unit{
	margin-bottom: 10px;
	line-height: 1.2;
}

section.box .unit a{
	color: #333;
	display: block;
}
section.box .unit a:hover{
	background: #666;
	color: #fff;
}
section.box .unit a:nth-of-type(1){
	text-decoration: none;
	font-weight: bold;
	/*font-family: "Yu Mincho", "YuMincho", serif;*/
	font-size: 12px;
}
section.box .unit a:nth-of-type(2){
	font-size: 12px;
}

section.box .unit i{
	word-wrap: break-word;
	font-size: 12px;
	color: #777;
	/*background: #333;*/
}
section.box .unit i:after{
	content: " / ";
	margin-left: 5px;
	color: #444;
	margin-right: 3px;
}
section.box .unit i:last-child:after{
	content: "";
	margin-right: 0;
}


@media handheld, only screen and (max-width: 48rem), only screen and (max-device-width: 48rem) and (orientation: portrait) {
	body {
		font-size: 12px;
		width: 100%;
		min-width: 100%;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	#wrap,section.box{
		width: 100%;
		min-width: 100%;
	}
header{
	position: fixed;
	top: 30px;
	left: 20px;
}
header svg{width: 74px;height: auto;}
}