@charset 'shift_jis';
/* CSS Basic サイト基礎・リセット */

html{
    overflow-y:scroll;
}

/* Reset
------------------------------------------------- */
/*margin and padding*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,table,th,td,p{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	line-height:100%;
}

/* table */
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* image_border */
img{
	border: 0;
}

/* heading */
h1,h2,h3,h4{
	font-style: bold;
	font-weight: bold;
}

/* paragraph */
.section p{
	margin: 0;
	padding: 0 0 10px 0;
}

/* link_text */
a{
}
a:link { color: ; }
a:visited { color: ; }
a:hover { color: ; }

/* list */
ul{
padding-left:2em;
margin-left:0px;
}
ol{
}

/* body
------------------------------------------------- */
body{
	font-size: 80%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	color: #333;
	background-color:#e5f2ff;/* grd */
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a1d2ff, endcolorstr=#ffffff));
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a1d2ff, endcolorstr=#ffffff))";
zoom: 1;
/* IE10+, W3C */
background: -moz-linear-gradient(top,  #a1d2ff 0%, #ffffff 360px, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1d2ff), color-stop(360px,#ffffff), color-stop(100%,#ffffff));
background: linear-gradient(to bottom,  #a1d2ff 0%,#ffffff 360px,#ffffff 100%);
background-repeat:repeat-x;
}
@media screen and (max-width: 480px){
body{
	width:auto;
	font-size:90%;
	line-height: 1.7;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	overflow-x:hidden;
	-webkit-text-size-adjust:100%;
}
}

/* clearfix
------------------------------------------------- */
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix + *{
    clear: both;
}


/* copyright (C) Rivers all rights reserved. */