@charset "utf-8";

/*==========================================
 body
===========================================*/

html {
	font-size: 62.5%;
	height:100%;
}
html>/**/body {
	font-size /*\**/: small\9; /* IE8 */
}

body {
	width: 100%;
	height: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', /*Meiryo,*/ 'ＭＳ Ｐゴシック', sans-serif;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 18px;font-size: 1.8rem;
	color: #000;
	line-height: 200%;
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* chromeのみ */
	body {
		line-height: 120%;
	}
}

@-moz-document url-prefix() { /* firefoxのみ */
	body {
		line-height: 160%;
	}
}

a {color: #044bed;text-decoration: none;}
a:hover {color: #2565f8;text-decoration: underline;}

div#wrap {
	position: relative;
	background: url(../img/bg_head.gif) repeat-x;
	
}

div#mainBox {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

img {
	vertical-align: baseline;
	line-height: 0;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/

header {
	position: relative;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}

header p#sega {
	position: absolute;
	left: 0;
	top: 5px;
}

/*==========================================
 グローバルナビ
===========================================*/

header nav {
	margin-left: 105px;
}

header nav {
	padding-top: 10px;
}

header nav li {
	float: left;
	margin-right: 15px;	
}

header nav li a {
	cursor: pointer;
}


/*==========================================
 h2Boxのスタイル（top以外）
===========================================*/

section#h2Box {
	height: 125px;
	position: relative;
}

section#h2Box h1 {
	position: absolute;
	left: -10px;
	top: 0;
}

section#h2Box p#chara {
	position: absolute;
	right: 0;
	top: -35px;
}

section#h2Box aside#sns {
	position: absolute;
	right: 210px;
	bottom: 10px;
	z-index: 20;
}
section#h2Box aside#sns div {
	float: right;
	margin-left: 10px;
}


/*==========================================
 コンテンツ内のスタイル
===========================================*/

section#cnts {
	width: 740px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	position: relative;
}

section#cnts img {
	vertical-align: bottom;
	line-height: 0;
}
	
section#cnts p#pan {
	background: url(../img/waku01.png);
	height: 52px;
	padding-left: 45px;
	font-size: 14px;font-size: 1.4rem;
	line-height: 300%;
}

section#cnts div#bg {
	background:url(../img/waku02.gif);
}

section#cnts div#cntsBox01 {
	margin-left: 20px;
	padding-bottom: 10px;
}

section#cnts div#cntsBox02 {
	margin: 0 20px;
	padding-bottom: 10px;
}

section#cnts div#ttlBox {
	margin: -10px 6px 20px 6px
}

section#cnts p#btm {
	height: 18px;
	line-height: 0;
	clear: both;
}

section#side {
	width: 220px;
	margin-left: 750px;
	margin-bottom: 30px;
}

section#side p#sideTop {
	height: 15px;
	line-height: 0;
}

section#side div#bgSide {
	background: url(../img/waku_side02.gif);
	padding: 0 6px 10px 6px;
}

section#side div#bgSide h3 {
	margin-bottom: 10px;
	line-height: 0;
}

section#side div#bgSide ul.main {
	margin: 0 15px 15px 15px;
	font-size: 14px;font-size: 1.4rem;
}

section#side div#bgSide ul.main li {
	background: url(../img/ico_side.gif) no-repeat left 2px;
	padding-left: 15px;
	line-height: 140%;
	margin-bottom: 5px;
}

section#side p#sideBtm {
	height: 15px;
	line-height: 0;
}

section#cnts h3.main20 {
	margin-bottom: 20px;
}

section#cnts h3.main30 {
	margin-bottom: 30px;
}

section#cnts h4.main20 {
	margin-bottom: 20px;
}

section#cnts h4.main30 {
	margin-bottom: 30px;
}

section#cnts h5.main {
	background: #fedddd;
	border-radius: 5px;
	border-left: solid 10px #e40404;
	padding-left: 5px;
	margin-bottom: 15px;
}

/****** 汎用スタイル ******/

div#mainBox .imgc5 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;font-size: 1.8rem;
}

div#mainBox .imgc10 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;font-size: 1.8rem;
}

div#mainBox .imgc20 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;font-size: 1.8rem;
}

div#mainBox .imgc30 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;font-size: 1.8rem;
}

div#mainBox h3.main {
	margin-bottom: 20px;
}

div#mainBox h4.main {
	margin-bottom: 10px;
}

ul.atnRed {
	color: #d30101;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 16px; font-size:1.6rem;
}

ul.atnRed li,ul.basic li {
	list-style: disc;
	margin-bottom: 5px;
}

ul.basic,ol.basic {
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 16px; font-size:1.6rem;
	line-height: 140%;
}

ol.basic li {
	list-style: decimal;
}

.btm30 {
	margin-bottom: 30px;
}

.top30 {
	margin-top: 30px;
}

div.subBox {
	clear: both;
	margin-bottom: 30px;
}

/* ※リスト */

ul.komeRed {
	color:  #d30101;
	margin-bottom: 20px;
	font-size: 16px; font-size:1.6rem;
	line-height: 160%;
}

ul.komeRed li {
	padding-left: 10px; padding-left: 1.0rem;
	text-indent: -10px; text-indent: -1.0rem;
	margin-bottom: 2px;
}

p.main {
	text-indent: 1em;
	text-indent: 1rem;
	margin-bottom: 15px;
	font-size: 18px;font-size: 1.8rem;
	line-height: 160%;
}

p.mainNo {
	margin-bottom: 15px;
	font-size: 18px;font-size: 1.8rem;
}

p.txtSmal14 {
	text-indent: 14px; text-indent: 1.4rem;
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 15px;
}

p.txtSmal {
	text-indent: 12px; text-indent: 1.2rem;
	font-size: 12px; font-size: 1.2rem;
	margin-bottom: 15px;
}

p.txtSmalNo {
	font-size: 12px; font-size: 1.2rem;
	margin-bottom: 15px;
}

.txt12 {
	font-size: 12px; font-size: 1.2rem;
}

.txt14 {
	font-size: 14px; font-size: 1.4rem;
}

.txt16 {
	font-size: 16px; font-size: 1.6rem;
}

.imgl {
	float: left;
	margin: 0 10px 10px 0;
}

.imgr {
	float: right;
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.clearfix {zoom:1;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

.red {
	color: #e40404;
}

/*ボタン2列リスト*/

ul.btn2box {
	display: inline-block;
}

ul.btn2box li {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
}

ul.btn2box li.right {
	margin-right: 0;
}

ul.btn2box div#newIco01 {
	position: absolute;
	left: -5px;
	bottom: 0;
}

/* センター合わせリスト */

div.cntLi {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

div.cntLi ul {
	position:relative;
	left:50%;
	float:left;
}

div.cntLi li {
	position:relative;
	left:-50%;
	float:left;
	text-align: center;
	margin-right: 20px;
	font-size: 12px; font-size: 1.2rem;
}

table.basic {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 14px; font-size: 1.4rem;
	width: 100%;
}

table.basic th {
	background: #000;
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

table.basic tr:nth-child(even){
	background: #e5e5e5;
}

table.basic td {
	border: 1px solid #000;
	padding: 5px;
}

table.basic td.cnt {
	text-align: center;
}

table.basic td.nowrap {
	white-space: nowrap;
}

tr:nth-child(even){
	background: #CCC;
}

div.redBox {
	background: #fedbdb;
	padding: 15px 15px 3px 15px;
	border-radius: 15px;
	margin: 20px 30px;
}

/* その他コンテンツ用line */

aside.line {
	margin-top: 30px;
	padding-top: 30px;
	border-top: dotted 2px #000000;
}

/*==========================================
 div#footerのスタイル
===========================================*/

div#footer {
	clear: both;
	text-align: left;
	width: 100%;
	background: url(../img/bg_foot.gif);
	line-height: 120%;
}

div#footer div {
	padding: 10px;
	background: url(../img/br_footline.gif) repeat-x;
}

div#footer ul#bnr {
	margin-bottom: 10px;
}

div#footer ul#bnr li {
	float: left;
	margin: 0 10px 10px 0;
}

div#footer ul#atn {
	clear: left;
	margin-left: 20px;
	margin-bottom: 5px;
}

div#footer ul#atn li {
	list-style: disc;
	font-size: 12px; font-size: 1.2rem;
	line-height: 140%;
}

div#footer p {
	text-align: right;
	font-size: 10px; font-size: 1.0rem;
	line-height: 110%;
}