@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------
	=body
-------------------------------------------------- */

body {
	color: #000;
	line-height: 1.5;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	background: #fff;
}
a img:hover,
a:hover{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}

a:link,
a:visited {
	/*color: #000;*/
	color: blue;
	text-decoration: none;
}
a:hover,
a:active {
	/*color: #000;*/
	color: blue;
	text-decoration: none;
}

@media screen and (max-width:1024px),screen and (max-width: 896px) and (orientation: landscape){
body {
	line-height: 1.5;
	font-size: 12px;
}
}
.pconly {
	display: block!important;
}
.sponly {
	display: none!important
}
@media screen and (max-width:1024px),screen and (max-width: 896px) and (orientation: landscape){
.pconly {
	display: none!important;
}
}

@media screen and (max-width:1024px),screen and (max-width: 896px) and (orientation: landscape){
.sponly {
	display: block!important
}
}

/* --------------------------------------------------
	=clearfix
-------------------------------------------------- */

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

/* --------------------------------------------------
	=wrapper
-------------------------------------------------- */

#wrapper {
	width: 100%;
}
.mainBox {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}

/* --------------------------------------------------
	=title
-------------------------------------------------- */

h2{
  font-size:26px;
  text-align:center;
  font-weight:bold;
  padding:14px 0;
}
h3{
  font-size:18px;
	padding:20px 0 10px 0;
	border-bottom:1px solid #333;
	margin:20px 0;
}










