@charset "utf-8";
/*
===========================================================
	AdjustCss [lastUp 20151105]
===========================================================
*/
html {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
body {
/*	width: 100%;*/
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

a:link {
	color: #0087c5;	
	text-decoration: underline; 
}
a:visited {
	color: #0087c5;	
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.line {
	line-height: 160%;	
}


.img_link:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	cursor: pointer;
/*fade*/
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}

.box_shadow {
	box-shadow:rgba(51, 51, 51, 0.68) 0px 0px 2px 0px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.68) 0px 0px 2px 0px;
	-moz-box-shadow:rgba(51, 51, 51, 0.68) 0px 0px 2px 0px;
/*	position: absolute;	*/
}


#container {
	width: 100%;

}
.top_title {
	margin-top: 70px;	
}
/*
.valign_middle {
	position: absolte;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/
/*----------------------------------------------------
	header
----------------------------------------------------*/


/*----------------------------------------------------
	content_area
----------------------------------------------------*/

