@charset "UTF-8";

/*
 * 追加
 *
 */



/* 連続 br でIE6が改行しないバグ対策　CSS:letter-spacing の影響
----------------------------------------------- */
br { 
    letter-spacing: normal;
}
/* フロート回り込み解除
----------------------------------------------- */
.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* float対策：背景色表示用
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.both{
    clear:both;
}

.hidden {
    display: none;
}



/* yui 上書き
----------------------------------------------- */
html,
body {   

}
body {
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
ol,ul,dl {
    margin: 0px;
}
h1, h2, h3 {
    margin: 0px;
}
img {
    vertical-align: bottom;
}



/* 基本サイト構造 (空白のままにすること)
----------------------------------------------- */

/* body */
body {}
/* container */
#container {}
/* container_inner */
#container_inner {}
/* header_wrapper */
#header_wrapper {}
/* header */
#header {}
/* main_nav */
#main_nav {}
/* breadcrumb */
#breadcrumb {}
/* contents_wrapper */
#contents_wrapper {}
/* footer_wrapper */
#footer_wrapper {}
/* footer */
#footer {}




/* -----------------------------------------------
 *
 *
 * ここから下を変更すること
 *
 *
----------------------------------------------- */


/* a リンク
----------------------------------------------- */
a {
    text-decoration: none;
}
a:link{
}
a:visited{
}
a:hover{
    text-decoration: underline;
}

/* table
----------------------------------------------- */
tr {
    border: none;
}
th {
    background: #B3EBF7;
}
th,
td {
    padding: 5px 10px;
    font-weight: 100;
    border: solid 1px #eaeaea;
}


/* ボタン
----------------------------------------------- */
.button   {  
    display: inline-block;
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 20px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;  
}
.button:hover {  
    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));  
}
.button:active {  
    background: #ccc;  
    padding: 6px 20px 4px;  
}  



/* form
---------------------------------------------- */



/* -----------------------------------------------
 * メイン
----------------------------------------------- */
/* body */
body {
    background-color: #fff;
    
}

/* container */
#container {
}

/* container_inner */
#container_inner {
    margin: 0px auto;
}

.pc { display:block; }
.sp { display:none; }

/* ===================================================================
	/
	/	smh_menu　トグルメニュー
	/
	=================================================================== */
	#smh_menu { display: none; }


/*ヘッダー
----------------------------------------------- */
#header_wrapper {
}
#header {
    width:1100px;
    margin: 0px auto;
    height: 130px;
    padding-top: 20px;
}
#header_left {
	width: 408px;
	float: left;
	text-align: left;
}
#header_left li {
    float: left;
    display: inline;
    height: 21px;
}
#header_right {
	float: left;
	width: 450px;
	margin-left: 45px;
	background-image: url(../images/head_newitem.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
}
#header_right > img {
    float: left;
    display: inline;
    height: 24px;
}
#header_right ul {
	float: right;
	display: inline-block;
}
#header_right li {
}
#header_right li a {
	font-size: 10px;
	display: inline-block;
	color: #444;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-indent: 70px;
	line-height: 24px;
}
#header_right li:nth-child(2) a {
    padding: 0px 0px 0px 4px;
}
#header_login {
	float: right;
	height: 22px;
	width: 300px; /*135px*/
}
#header_login img {
	margin:0 5px;
}




#header #logo_img {
	clear: both;
	width: 350px;
	float: left;
	height: 50px;
	margin-top: 30px;	
}
#header #logo_img span {
    display: none;
}
#header #main_nav {
	width: 730px;
	float: right;
	margin-top: 30px;
}
#header #main_nav li {
    float: left;
    display: inline-block;
    padding: 0px 60px 0 0;
}
#header #main_nav li:nth-child(6) {
    padding: 0px;
}

#container #container_inner #oshirase {
	background-color: #09C;
}





/* コンテンツ
----------------------------------------------- */
/* contents_wrapper */
#contents_wrapper {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	/*height: 750px; */
}


/* contents */
#contents {
	background: center top no-repeat url("../images/content_top_bg.png");
	padding-top: 50px;
}
#contents #slide_area {
	
	background:none;
}
#contents #bnrerea {
	max-width: 900px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px; 
	margin-bottom: 20px;
	text-align: center;
}
#contents #bnrerea img {
	width: 90%;
	margin: 26px auto 0;
}
#contents #main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px; 
	margin-bottom: 20px;
	/*height: 180px;*/
}
#contents #main #main_a {
	height: 180px;
	width: 500px;
	float: left;
}
#contents #main #main_b {
	float: right;
	width: 500px;
	height: 180px;
	background-image: url(../images/main_b_bg_image.jpg);
	background-repeat: no-repeat;
}
#contents #main #main_b h3 .news_area {
	width: 500px;
	margin-top: 20px;
}
#contents #main #main_b h3 .news_area li {
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 80px;
	color: #333;
}
#contents #main #main_b h3 .news_area li a {
	font-size: 11px;
	color: #333;
}


/* footer
----------------------------------------------- */
#footer_wrapper {
	background: center top repeat-x url("../images/footer_bg.jpg");
	height: 108px;
	margin-top: 0;
}
#footer_wrapper #footer{
	width: 1100px;
	height: 108px;
	position: relative;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer_wrapper #footer .footer_info{
    color: #cfcccc;
    position: absolute;
    top: 47px;
    left: 63px;
    font-size: 10px;
}
#footer_wrapper #footer h1{
    font-size: 10px;
    margin-top: 5px;
}

#footer small {
    position: absolute;
    top: 47px;
    right: 0px;
}
#footer small a {
     color: #cfcccc;
     font-size: 10px;
}
#footer_wrapper #f_main {
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#footer_wrapper #f_main #f_main_a {
	float: left;
	height: 200px;
	width: 598px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#footer_wrapper #f_main #f_main_b {
	float: right;
	height: 200px;
	width: 400px;
}
#footer_wrapper #s_footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer_wrapper #s_footer #s_main{
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_image_t_s.jpg);
	background-repeat: no-repeat;
}



#info_ki {
    width: 1000px;
	font-size: 15px;
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
	margin-right: auto;
    margin-left: auto;
    line-height: 25px;
    border: 2px solid #010042;
}
#info_ki h2 {
	color:#b10404;
	font-size: 18px;
    font-weight: bold;
}

.group { padding:50px 0; text-align:center; }
.group .group_area { 
	display: flex;
    max-width: 1000px;
    margin: 0 auto;
	justify-content: space-between;
}
.group .group_area .box { width: calc(100% / 4 - 33.4px);} 
.group .group_area .box img { width: 100%; } 
/*.group .group_area img { margin:0 30px 10px; border:1px solid #ccc; } */


@media only screen and (max-width: 700px) {


/* container */
#container {overflow: hidden;
}

/* container_inner */
#container_inner {
    margin: 0px auto;
}

.pc { display:none; }
.sp { display:block; }


/* ===================================================================
	/
	/	smh_menu　トグルメニュー
	/
	=================================================================== */
	#smh_menu { display: block; position: relative;	z-index: 9999; }
	.drawer-nav ul li { margin-right: 0px; float: none; font-size: 1.1rem; display: block;	padding:5px .75rem;	text-decoration: none;	color: #fff; }
	.drawer-nav ul li a { color: #fff; font-size: 12px; letter-spacing:1px; }
	#main_nav { display:none; }


/*ヘッダー
----------------------------------------------- */
#header_wrapper {
	width:100%;
	position:fixed;
	background-color:#fff;
	z-index:9999;
}
#header {
	width:100%;
	height: 100px;
	padding-top: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_left {
	
	display:none;
}
#header_left li {
    float: none;
    display: inline;
    height: 21px;
}
#header_right {
	display:none;
}
#header_right > img {
    float: none;
    display: inline;
    height: 24px;
}
#header_right ul {
	float: none;
	display: inline-block;
}
#header_right li {
}
#header_right li a {
	font-size: 10px;
	display: inline-block;
	color: #444;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-indent: 70px;
	line-height: 24px;
}
#header_right li:nth-child(2) a {
    padding: 0px 0px 0px 4px;
}
#header_login {
	float: none;
	height: 22px;
	width: 300px;  /*135px*/
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}


#header #logo_img {
	width: 270px;
	padding-top:10px;
	float: none;
	margin-left: 20px;
	margin-top:0;
}
#header #logo_img img {
	width:65%;
}

#header #logo_img span {
    display: none;
}
#header #main_nav {
	width: 100%;
	float: none;
	margin-top: 10px;
	margin-bottom: 30px;
}
#header #main_nav li {
	float: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#header #main_nav li:nth-child(5) {
    padding: 0px;
}

#container #container_inner #oshirase img {
	width:100%;
}



/* コンテンツ
----------------------------------------------- */
/* contents_wrapper */
#contents_wrapper {
	background-image:none;
	/*height: 750px;*/
	padding-top:100px;
}


/* contents */
#contents {
	background: center top no-repeat url("../images/content_top_bg.png");
	padding-top: 0;
}
#contents #slide_area {
	
	
}
#contents #bnrerea {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0; 
	margin-bottom: 0;
	text-align: center;
}
#contents #bnrerea img {
	width: 90%;
	margin: 26px auto 0;
}









#contents #main {
	width: 100%;
	height:auto;
	margin-top: 50px; 
}

#contents #main #main_a {
	height: auto;
	width: 100%;
	float: none;
	margin-bottom:20px;
}
#contents #main #main_a img {
	width: 100%;	
}
#contents #main #main_b {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom:20px;
	background-color:#fff;
	/*background-image:url(../images/main_b_b-bg_image.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;*/
	background-image:none;
}
#contents #main #main_b img.tit {
	width: 100%;	
	margin-left: -15px;
}	
#contents #main #main_b .news_area {
	width: 100%;
	margin-top: 20px;
}
#contents #main #main_b .news_area li {
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 80px;
	line-height:10px;
	
}
#contents #main #main_b .news_area li a {
	font-size: 11px;
	color: #333;
	
}	
	
	
	
	
	
	
	
	
	
/*
#contents #main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 20px;
	height: 180px;
	clear: both;
}
#contents #main #main_a {
	
	height: 180px;
	width: 100%;
	float: none;
}
#contents #main #main_a img {
	width: 100%;	
}
#contents #main #main_b {
	float: none;
	width: 100%;
	height: 180px;
	background-image: url(../images/main_b_bg_image.jpg);
	background-repeat: no-repeat;
}
#contents #main #main_b img {
	width: 100%;	
}
#contents #main #main_b h3 .news_area {
	width: 100%;
	margin-top: 20px;
}
#contents #main #main_b h3 .news_area li {
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 80px;
	
}
#contents #main #main_b h3 .news_area li a {
	font-size: 11px;
	
}
*/


#info_ki {
    width: 80%;
	font-size: 12px;
    padding: 20px;
    line-height: 22px;
}
#info_ki h2 {
	font-size: 14px;
}
.group { padding:0 0 30px; text-align:center; }
.group .group_area { width: 90%; flex-wrap: wrap;}
.group .group_area .box { width: calc(100% / 2 - 9.4px); margin-bottom: 1em;} 
.group .group_area .box img { width: 100%; } 

/* footer
----------------------------------------------- */
#footer_wrapper {
	background: none;
	height: auto;
	margin-top: 20px;
	text-align:center;
}
#footer_wrapper h3 {
	font-size:15px;
	font-weight:bold;
	margin:10px 0;
}
#footer_wrapper p {
	font-size:12px;
	line-height:20px;
}
#footer_wrapper img {
	width:100%;
}
#footer_wrapper p.copyright {
	text-align:center;
	color:#000;
	margin:0 auto 5px;
	font-size:10px;
}










/*
#footer_wrapper #footer{
	width: 100%;
	height: 108px;
	position: relative;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer_wrapper #footer .footer_info{
    color: #cfcccc;
    position: absolute;
    top: 47px;
    left: 63px;
    font-size: 10px;
}
#footer_wrapper #footer h1{
    font-size: 10px;
    margin-top: 5px;
}

#footer small {
    position: absolute;
    top: 47px;
    right: 0px;
}
#footer small a {
	color: #cfcccc;
	font-size: 10px;
	text-align: center;
}
#footer_wrapper #f_main {
	
	display:none;
}
#footer_wrapper #f_main #f_main_a {
	float: none;
	height: 200px;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#footer_wrapper #f_main #f_main_b {
	float: none;
	height: 100%;
}
#footer_wrapper #s_footer{
display:none;
}
#footer_wrapper #s_footer #s_main{
display:none;
}
*/

}
