@charset "utf-8";

/*------------- ヘッダ -------------*/
.sp_pc {
	/*display: block;*/
}

.sp_sp {
  	display: none;
}

/* コンテンツ 
---------------------------------------*/
.contents {
	width: 800px;
	font-size: 105%;
}

/*　h2　
---------------------------------------*/
.contents h2 {
	margin-top: 35px;
	margin-bottom: 26px;
}

/*　contents　
---------------------------------------*/
.main h1 {
	background: none;
	border: none;
	padding: 0;
}

.main h1 span {
	padding: 0;
	width: auto;
}

h4 {
	float: left;
	padding-left: 2px 0 2px 0;
	font-weight: bold;
	font-size: 110%;
}

.institution a img:hover,
.center a img:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.center {
		text-align: center !important;
}

strong {
	font-weight: bold;
	font-size: 105%;
}

.cnt_sec {
	padding-bottom: 30px;
}

.inr_box {
	padding: 20px 15px;
	border: 3px solid #ebe9e2;
}

.desc dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 105%;
	font-weight: bold;
	border-bottom: 1px dotted #cbcac5;
}

.red {
	color: #e20000;
	font-weight: bold;
}

.important {
	border: 1px solid #ea7d7d;
	background-color: #fdefef;
	padding: 15px;
}

.important dt {
	font-size: 105%;
	font-weight: bold;
	color: #e20000;
}

.btn_regist {
	text-align: center;
}

.btn_regist a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 50px;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
	font-size: 140%;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
	color: #000;
}

.ic_arrow {
    background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 22px;
    right: 10px;
}

/*　Button hover
---------------------------------------*/
.alpha {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* IE8 */
.alpha {display: inline-block\9;}


.alpha:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/* IE 6 */
* html h3 {
    padding: 4px 0 0 14px;
}

/* IE 7 */
*:first-child+html h3 {
	padding: 4px 0 0 14px;
}

/* IE8 */
h3 {
   line-height: normal\9;
}

/* IE9 */
:root h3 {
   padding: 6px 0 0 14px \0/;
}

.contents h2:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


@media screen and (max-width: 768px) {
	/* 768px以下用の記述 */
	
	#d_page {
		font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
		color: #000;
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: 100%;
		min-width: 310px;
		padding: 0;
	}
	
	
	/*------------- PC_SP切り替え -------------*/
	.sp_pc {
		display: none !important;
	}
	
	.sp_sp {
		display: block !important;
	}
	
	.sp_tpc {
		display: none !important;
	}
	
	
	.pankuzu {
		display: none !important;
	}	
	
	/* コンテンツ 
	---------------------------------------*/
	div.contents  a:link {
		text-decoration: underline;
	}
	
	div.contents {
		width: auto !important;
		padding: 10px 0 0;
	}
	
	.sample {
		height: auto;
		width: 100%;
	}
		
	.center {
		text-align: center;
	}
	
	.contents .campleft {
		width: auto !important;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
	
	.contents .campright {
		float: none !important;
		text-align: center !important;
		margin: 10px auto 10px auto!important;
		clear: both;
	}
	
	.cnt_sec {
		margin: 0 10px;
	}
	
	.detail {
		/*border-bottom: 1px solid #9f9f9c;*/
		margin-bottom: 20px;
		padding: 0 0 20px;
	}
	
	.main h2{
		width: 94%;
		height: auto;
		color: #fff;
		background: #474747;
		font-size: 120%;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
		margin: 10px 0 15px !important;
		padding: 10px 3%;
		border-bottom: none;
	}
		
	.main h2 span {
		border-left: none;
		padding-left: 0;
	}
	
	.main h3 {
		border-left: 4px solid #e45833;
		border-bottom: none;
		margin-bottom: 10px;
		padding: 3px 0 3px 7px;
		font-size: 120% !important;
		font-weight: bold;
		background: none;
		text-align: left;
	}
	.main h3:after {
		background: none;
	}
	
	div.contents .btn_regist a {
		display: block;
		width: auto;
		margin: 0 10px;
		padding: 8px auto !important;
		text-decoration: none;
	}
	
	.ic_arrow {
		background: url(/sp/images/index_ic015.png) no-repeat scroll right center;
		background-size: 7px 11px;
	}
	
	/* フッター
	---------------------------------------*/
	.copyright {
		padding: 0;
		margin: 0;
		background-color: #474747;
	}
}