@charset "shift_jis";

@import url("../../common/css/reset.css");


/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
	padding: 0;
	margin: 0;
	height:100%;
}
body {
	font-family:"ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	background-image:url(../../common/images/background.jpg);
	font-size:100%;
	line-height:1.7em;
	color:#5f5f5f;
	margin:0;
	padding:0;
}
@media print {
body {
	font-family:sans-serif;
}
}

table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: top;
}



/* link
----------------------------------------------------*/
a:link { color: #0078c4; }
a:visited { color: #0078c4; }
a:hover { color: #ea453f; }
a:active { color: #ff8000; }


/* rollover
----------------------------------------------------*/
a:hover img.hov {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


div#document {
	width:792px;
	margin:0 auto;
	border:3px solid #ea6964;
	padding-bottom:30px;
	background: #FFF;
}

#contents {
	width:730px;
	margin: 40px auto;
}


h1 {
	text-align:center;
	background-color:#ea6964;
	color: #FFF;
	font-family:"HGŠÛºÞ¼¯¸M-PRO","ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size: 200%;
	line-height: 200%;
}

h1 span.small{
	font-size:55%;
	line-height:100%;
}

h2{
	height:32px;
	padding:11px 0 3px 10px;
	margin:1.6em 0 1.0em 0;
	background-image:url(../../common/images/h2_image.png);
	background-repeat:no-repeat;
	font-family:"HGŠÛºÞ¼¯¸M-PRO","ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size:140%;
	line-height:100%;
}

h3{
	padding:0.3em;
	margin:2.4em 0 0.7em 0;
	font-family:"HGŠÛºÞ¼¯¸M-PRO","ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size:140%;
	line-height:140%;
	color:#8b9600;
	font-weight:bold;
	border-bottom:1px dashed #8b9600;
	text-indent:-1.5em;
	padding-left:1.7em;
}

h4 {
	margin:1.7em 0 0.9em 0.4em;
	font-size:115%;
	line-height:140%;
}

h5 {
	margin:1.7em 0 0.9em 0.4em;
	font-size:105%;
	line-height:100%;
}

#contents p {
	text-indent:1em;
}

#contents p.kome {
	margin-left:2.5em;
	text-indent:-1.7em;
}

.red {
	color:#ea453f;
}


/* ============================================
	Common Parts (Table)
============================================ */

table{
	margin:2.0em 0 1.2em 0;
}

caption {
	text-align:left;
	font-size:115%;
	font-weight:bold;
}


.table_kimidori{
	width:100%;
    background: #fafdeb;
	border-collapse: collapse;
	font-size: 95%;
	}

.table_kimidori caption{
	padding-top:1.5em;
	text-align:left;
	font-weight:bold;
	
}

.table_kimidori th{
    background: #eef5c6;
	border: solid 1px #d5d5d5; 
	padding:9px;
	text-align: center;
	}


.table_kimidori td{
	border: solid 1px #d5d5d5;
	padding:9px;
	}
	
.table_kimidori td a.pdf {
	display:block;
	width:24px;
	height:28px;
	margin:0 auto;
	background:url(../images/img-pdf.png);
	background-repeat:no-repeat;
}


.table_noborder{
	width:100%;
	font-size: 95%;
	}

.table_noborder caption{
	padding-top:1.5em;
	text-align:left;
	font-weight:bold;
	
}

.table_noborder th{
	padding:9px;
	}


table_noborder td{
	padding:9px;
	}


p.close {
	text-align:center;
	padding:25px 0;
}

.promotion-table {
		margin-left:1em;
		margin-top:0;
}
.promotion-table td {
	vertical-align:top;	
}
.promotion-table .table-ul {
	margin-left:0;
}


@media only screen and (max-width: 700px) {
 div#document {
  width:auto !important;
  margin:0 !important;
 }
 h1 {
  padding: 5px 0 10px 0;
 }
 #contents {
  margin: 0;
 }
}
