@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 90%;
	color:#333333;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:0px auto;
	background:#fff;
}

#main {
	margin-top: 20px;
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
}

#sub {
	margin-top: 20px;
	box-sizing:border-box;
	overflow:hidden;
	border: 1px solid #999999;
	padding:10px 10px 0px 10px;
    font-size: 13px;
	float:right;
	width:28%;
}
footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a:link {
	 color: #036eb2;
	 text-decoration:none;
}
a:visited {
	 color: #036eb2;
}
a:hover {
	 color: #036eb2;
	text-decoration:none;
}
a:active {
	 color: #036eb2;
}
h2 {
	font-size: 18px;
    color:#44c0f0;
	margin-bottom:15px;
	border-bottom:4px solid #44c0f0;
}

h3 {
	font-size: 16px;
	padding:2px 5px;
    color:#333333;
	margin:10px 0px 5px 0px;
    border-bottom: 4px solid #926327;
}

h4 {
	font-size: 14px;
	padding:2px 5px;
    color:#333333;
	margin:0px 0px 5px 0px;
    border-bottom: 4px solid #44c0f0;
}
.yellow {
	border-bottom: 5px solid #f8b62d;
}
.p_green {
	border-bottom: 5px solid #dae000;
}
.green {
	border-bottom: 5px solid #8fc31f;
}
.orange {
	border-bottom: 5px solid #ea5514;
}


p {
	margin:0 0 5px 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f0f9ff;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

.top img {
width:100%;
max-width: 100%;
height: auto;
}
/*--------基本クラス------------------*/
.line {
    line-height: 150%;
}
.text-bold {
	font-weight: bold;
}
.text-small {
	font-size: 12px;
}
.text-b_bold {
	margin-top: 10px;
    font-size:16px;
    font-weight: bold;
    color:#44c0f0; 
}
.non {
	display: none;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:30px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#f0f9ff;
}
.footmenu p{
	margin: 10px;
	text-align: center;
}
.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#ffffff;
	background:#44c0f0;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#44c0f0;
}
.totop img:hover {
	background:#44c0f0;
}

/*================================================
 *  クラス
 ================================================*/
.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:28%;
	font-size: 13px;
	margin:0 2% 2% 0;
	border: 1px solid #999999;
	padding:8px;

}
.col_two_one li:nth-child(3n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	header {
		box-sizing:border-box;
		max-width: 100%;
		padding:15px 10px;
		margin: 0 auto;
		text-align: center;
	}
	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:96%;
	}
	.col_two_one li:nth-child(3n+1) {
		clear:both;
	}
}