@charset "utf-8";

/* base
------------------ */
/* reset */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,q,pre,table,caption,colgroup,col,tbody,thead,tfoot,tr,th,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,label,span,a,img,em,ins,del,cite,abbr,sup,sub,dfn,code,var,samp,kbd,object,script,noscript,style,iframe,embed,param,map,area,menu,hr,address,small,strong,i,b,article,aside,figure,footer,header,hgroup,nav,section,figcaption,time,video,audio,mark,ruby,rt,rp,bdo,source,canvas,details,summary,command,datalist,keygen,output,progress,meter{margin:0;padding:0;outline:0;}
address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,section,summary{display:block;}

/* body */
body{
	color:#333;
	line-height:1.7;
	font-size:87.5%;/*PC14px*/
	font-family:Meiryo, sans-serif;
	word-break:break-all;
}

@media screen and (orientation:landscape){
body{
	-webkit-text-size-adjust:100%;
}
}

input,textarea{
	font-family:Meiryo, sans-serif;
}

/* リンク */
a:link{color:#0070ad;text-decoration:underline;}
a:visited{color:#865d86;text-decoration:underline;}
a:hover{color:#288ec6;text-decoration:none;}
.fade:hover{opacity:0.9;transition:0.1s;}

/* タグ共通 */
img{border:none;max-width:100%;}
.img{max-width:40%;}
p{margin:0 0 1.5em 0;}
hr{height:1px;margin:1.5em auto;clear:both;}
table{empty-cells:show;border:none;border-collapse:collapse;max-width:100%;}

/* 汎用クラス */
/*テキスト揃え*/
.ac{text-align:center;}
.al{text-align:left;}
.ar{text-align:right;}
.vam{vertical-align:middle;}
.vat{vertical-align:top;}

/*フロート*/
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}

/*テキスト関係*/
.smaller{font-size:85.7%;}/*PC12px*/
.larger{font-size:112.5%;}/*PC18px*/
.bold{font-weight:bold;}
.normal{font-weight:normal;}
.red{color:#c00;}
.gray{color:#666;}
.green{color:#7cc919;}
.highlight{background:-webkit-gradient(linear, left top, left bottom, from(#ffec95), to(#ffec95));background:linear-gradient(transparent 55%, #ffec95 55%);}

/*リスト*/
li{list-style:none;}
ul.li_mark{margin-bottom:1.5em;}
ul.li_mark li{list-style:disc;margin-left:1.5em;}
ol.li_mark{margin-bottom:1.5em;}
ol.li_mark li{list-style:decimal;margin-left:2em;}
dl.dl_def{margin-bottom:1.5em;}
dl.dl_def dt{font-weight:bold;}
dl.dl_def dd{margin-left:1em;}

/*マージン*/
.ma{margin-right:auto;margin-left:auto;}
.ml{margin-left:1em;}
.mr{margin-right:1em;}
.mb{margin-bottom:1em;}
.mb0{margin-bottom:0;}

/* 全体のレイアウト */
@media screen and (min-width: 1001px){
.wide_wrap{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
}

/* header・footer
------------------ */
#header,#footer{
	background:#133363;
	color:#d0d6e0;
	padding:1em;
	clear:both;
}

#header a,#footer a{
	color:#fff;
}

#header{
	margin-bottom:1em;
}

/* main
------------------ */
#main{
	padding:1em 1em 2em 1em;
}

@media screen and (min-width: 1001px){
#main{
	padding:2em 2em;
	border:2px solid #133363;
	margin-bottom:4em;
}
}

h1{
	color:#133363;
	text-align:center;
	font-size:214%;
	line-height:1.2;
	border-bottom:1px dotted #133363;
	padding-bottom:0.33em;
	margin-bottom:0.66em;
}

/* テーブル */
.ta{
	width:100%;
	border:3px solid #aaa;
	margin-bottom:3em;
}

.ta caption{
	width:100%;
	background:#aaa;
	background:-webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#999999));
	background:linear-gradient(#aaaaaa, #999999);
	border:3px solid #aaa;
	border-bottom:none;
	font-weight:bold;
	padding:0.4em 0 0.3em 0;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}

.ta th{
	border:1px solid #aaa;
	padding:0.5em;
	background:#f6f6f6;
	text-align:left;
}

.ta td{
	border:1px solid #aaa;
	padding:0.5em;
}

.ta td .li_mark{
	margin-bottom:0;
}

@media screen and (min-width: 1001px){
.ta th{
	padding:1em;
}

.ta td{
	padding:1em;
}
}

/* フォームパーツ */
.text,textarea{
	padding:2px;
	max-width:90%;
}

select,label{
	cursor:pointer;
}

select{
	padding:5px;
}

input.bt{
	padding:1em 2em;
	font-size:100%;
	cursor:pointer;
}

@media screen and (min-width: 1001px){
input.bt{
	padding:1em 3em;
	font-size:120%;
}
}

.error{
	font-weight:bold;
	color:#f00;
}

/*eof*/