@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	line-height: 150%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: none;
}
a>img:hover {
}
a:hover {
	text-decoration: underline;
}
.sp_hide {
	display: none !important;
}
.pc_hide {
}

table { display: block; }
tr { display: inline; }
td { display: inline-block; }

/*--------------------------------------------------------*/

#mark{
	text-align:center;
	height:25px;
	margin:10px auto;
	overflow:hidden;
}

#mark img{
	width:auto;
	height:22px;
}

/*--------------------------------------------------------*/
/*ナビ
------------------------------------------*/

#sp_header{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#sp_header h1{
	text-align:center;
	width:50%;
	margin:10px auto;
}

#sp_header h1 img{
	width:100%;
	height:auto;
}

#sp_gnavi{
	display: table;
	width: 100%;
}

#sp_gnavi a{
    display: table-cell;
    vertical-align: middle;
    text-align: center; 
}

/*パンくず
----------------------------*/

#breadcrumb{
	font-size:10px;
	width:100%;
	margin:0px auto;
	overflow:hidden;
	padding:5px 0px;
	background-color:#efefef;
}

#breadcrumb div{
	width:98%;
	margin:0px auto;
	overflow:hidden;
}

#breadcrumb a{
	color:#000;
	
}

#breadcrumb a:hover{
	color:#09F;
	text-decoration:none;
}

/*--------------------------------------------------------*/

#sp_footer{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
}
#footer0{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	padding:20px 0px;
}

#footer0>div{
	width:50%;
	float:left;
	overflow:hidden;
}

#footer0>div dl{
	width:98%;
	margin:0px auto;
	font-size:11px;
	line-height:135%;
}

#footer0>div dl dt{
	font-weight:bold;
	font-size:13px;
	margin-bottom:0.5em;
	overflow:hidden;
}

#footer0>div dl dd{
	margin-left:0.5em;
	overflow:hidden;
}

/*--------------------------------------------------------*/

#footer1{
	clear:both;
	overflow:hidden;
	width:100%;
	background-color:#efefef;
}

#footer1 ul{
	overflow:hidden;
	width:100%;
}

#footer1 ul li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	width:33.3%;
}


#footer1 ul li a{
	display:block;
	text-align:center;
	overflow:hidden;
	padding:1em 0px;
	font-size:10px;
}

/*--------------------------------------------------------*/

#footer2{
	clear:both;
	width:100%;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	padding:10px 0px;
	font-size:10px;
	color:#fff;
	background-image:url(image/bg_foot2.png);
}
		
/*--------------------------------------------------------*/

.gotop{
	width:98%;
	margin:20px auto;
	overflow:hidden;
	text-align:right;
}

.gotop a{
	color:#003399;
}

.gotop a:hover{
	color:#09F;
}
/*--------------------------------------------------------*/
/*見出し*/

.sp_sub{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 20px auto;
    padding: 1em 0.5em 1em 1.7em;
    border-bottom: 3px solid #2E91C1;
}
 
.sp_sub:before{
    content: "";
    position: absolute;
    background:#94CEEF;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.sp_sub:after{
    content: "";
    position: absolute;
    background:#227AB3;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

/*--------------------------------------------------------*/
/*共通ボタン*/

.sp_btn01{
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 70%;
	text-align:center;
	padding: 10px 0;
	margin:20px auto;
}

/*--------------------------------------------------------*/
/*ページタイトル*/

#left_colmn>h2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100s%;
	margin:0px auto;
	overflow:hidden;
	padding:15px 0px;
	text-align:center;
	color:#fff;
	background-color:#1bb4ca;
}

#left_colmn>h2>img{
	display:none;
}