@charset "utf-8";

/* ページ（PC）：style_page_pc.css
 * **************************************************
 * Elements (List)
 * **************************************************
 */
 
/* イメージ  */
 /* イメージ  */
#subPage #content h2 img {
	width:100%;
}

#subPage #content h3 {
	margin:0 0 1em 0;
	padding:2em 0 1em 0;
	text-align:center;
}
#subPage #content h3 img {
	width:950px;
}
#subPage #content h4 {
	margin:1.5em 0 0.3em 0;
	color: #667133;
	font-size:2em;
	font-weight:bold;
}



/*  本文　右寄せ */
#subPage #content div.honbunRight {
	/*float: right;*/
	/*width:750px;*/
	width:950px;
	padding: 0 0 0 0;
}
#subPage #content div.honbunRight p {
	margin:0;
}

#subPage #content p img {
	width:100%;
}

#subPage #content div.koumokuLine {
	border-top: #999 1px dotted;
	padding-top:1em;
}


/* テーブル */

#subPage #content table.tb {
	width:50%;
}

#subPage #content table.kanjyou {
	width:50%;
	margin-bottom:0;
}
#subPage #content table {
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
}
#subPage #content table th {
	padding: 8px;
	border-left: 1px solid #cccccc;
	background-color: #34b9be;
	color:#FFF;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size:1em;
}
#subPage #content table td {
	padding: 3px 5px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;
	font-size:1em;
}

#subPage #content table td.cellRight {
	text-align: right;
}
#subPage #content table td.cellCenter {
	text-align:center;
}

#subPage #content table td:first-child {
	background-color:#f0f5ff;
}

#subPage #content table caption {
	font-size:100%;
}

#subPage #content table td p {
	font-size:1em;
	margin:0;
}

#subPage #content table.cellSetumei {
	border:5px solid #fff;
}

#subPage #content table.cellSetumei td {
	border:5px solid #fff;
}


/* 下層ページ  */
#subPage #content {
}

/*  Header
------------------------------------------------------------------- */
#header {
	
}
#subPage .main div.page {
	position: relative;
}
h1 {
	z-index: 1; position: absolute; width: 5000; height: 100; left: 0; top: -150px;
}

h1 em {
	display:none;
}

#subPage .main div.waku {
	width:660px;
	padding:20px 30px;
	border: #CCC 1px solid;
	-webkit-border-radius: 15px;  
	-moz-border-radius: 15px;  
	border-radius: 15px;
	margin-bottom:15px;
	/*font-size: 77%;*/
}
#subPage .main .waku div.kazari {
	background:url(../images/bg_stripe.gif) left top no-repeat;
	padding-left:30px;
}
#subPage .main .waku div.kazari h2 {
	font-size:2.4em;
	margin:0 0 15px 0;
}

#subPage .main .waku div.kazari h3 {
	font-size:1.6em;
	margin:0;
}

#subPage .main .waku div.kazari p {
	font-size:1.4em;
	line-height:1.8em;
}

#subPage .main .waku span.important {
	color:#F00;
}

#subPage .main .boxOne {
	background: #FFF url(../images/1.png) 610px 20px no-repeat;
}

#subPage .main .boxTwo {
	background: #FFF url(../images/2.png) 610px 20px no-repeat;
	margin-left:140px;
}

#subPage .main .boxThree {
	background: #FFF url(../images/3.png) 610px 20px no-repeat;
	margin-left:280px;
}

#subPage .main .boxFour {
	background: #FFF url(../images/4.png) 610px 20px no-repeat;
	margin-left:193px;
}

#subPage .main .boxFive {
	background: #FFF url(../images/5.png) 610px 20px no-repeat;
	margin-left:109px;
}

#subPage .main .boxSix {
	background: #FFF url(../images/6.png) 610px 20px no-repeat;
}



