@charset "utf-8";
/* CSS Document */
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,pre,form,fieldset,input,textarea,p,blockquote,ul,li {
	margin:0;padding:0; font-style:normal
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 84%;
	line-height: 140%;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	background-color: #FFF;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
a:link,
a:visited {
	color: #099;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #930;
	text-decoration: underline;
}
#intro {
	text-align: center;
	padding: 5px;
	background-color: #239190;
	color: #FFF;
	font-size: 85%;
	line-height: 120%;
}
#intro strong {
	font-weight: normal;
}


header {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	clear: both;
}
header h1 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.img_w50 {
	width: 50%;
	clear: both;
	padding-bottom: 10px;
}
.img_w100 {
	width: 100%;
}





#contents {
	clear: both;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#contents .center {
	text-align: center;
}

#contents .list {
	text-indent: -1em;
	list-style-type: none;
}
#contents .list li {
	text-indent: -1em;
	padding-bottom: 5px;
	padding-left: 1em;
}
#contents .item {
	clear: both;
}
#contents .item dt {
	color: #139893;
	font-size: 110%;
	padding-bottom: 5px;
}
#contents .item dd {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents .item dd ul {
	list-style-type: none;
}
#contents .item dd ul li {
	font-weight: bold;
	color: #C00;
	padding-bottom: 5px;
}
#contents .txt {
	padding-bottom: 5px;
}
.pc_notes {
	font-size: 85%;
	line-height: 120%;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}







header p {
	font-size: 85%;
	line-height: 120%;
}

header strong {
	font-weight: normal;
}
h2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding: 8px;
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	background-image: -o-linear-gradient(top, #ffffff, #efefef);
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
	background-image: linear-gradient(top, #ffffff, #efefef);
	margin-bottom: 10px;
	clear: both;
}
h2 span {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #85c2c3;
	padding-left: 6px;
	font-size: 125%;
	color: #4d4f5b;
	display: block;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #239190;
	padding-bottom: 10px;
}
h4 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #85c2c3;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 3px;
	color: #333;
}
h5 {
	background-color: #239190;
	color: #FFF;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

nav h2 {
	margin-bottom: 0px;
}
footer {
	padding: 5px;
	text-align: center;
}
#pc_nav {
	list-style-type: none;
	text-align: left;
}
#pc_nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/* Media Queries */
@media only screen and (min-width: 480px){
#pc_nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 50%;
}
}


#pc_nav li a:link,
#pc_nav li a:visited {
	text-decoration: none;
	display: block;
	color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/sp/common/img/arrow_nav.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#pc_nav li a:hover,
#pc_nav li a:active {
	color: #0b908f;
	text-decoration: none;
}
#view_change {
	display: inline-block;
	margin: 5px;
}
.link_btn a:link,
.link_btn a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #0b908f;
	display: block;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 115%;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.link_btn a:hover,
.link_btn a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #f39700;
}
.link_btn .for_pc:link,
.link_btn .for_pc:visited {
	background-image: url(/sp/common/img/for_pc_btn.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px;
	text-align: left;
}
footer .copyright {
	font-size: 85%;
	line-height: 120%;
	padding: 5px;
}
img {
	border: 0;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}
.clearfix {
	display: inline-table;
	zoom: 1;/*for IE 5.5-7*/
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
