@charset "UTF-8";


/* webfont
-------------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

@font-face {font-family: 'Archivo Narrow';}

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5, #NEWS .sidebar span{
	font-family: 'Archivo Narrow',sans-serif;
	font-weight: 400!important;
}

/* Color Design
------------------------------------------

Main 		:	#A8FF05		:	カラー名
Sub A		:	#59B200		:	カラー名
Sub B		:	#A7C520		:	カラー名

Accent		:	#00E6F0		:	カラー名
Hilight A	:	#F45634		:	カラー名
Hilight B	:	#2862E3		:	カラー名
Hilight C	:	#7C3FF4		:	カラー名

*/



/* 汎用性の高い設定 
-------------------------------------------*/

/* color 
----------------*/



#HEAD{
	/*background-color:#59B200;*/
}

#FOOTER{
	/*background-color:#493F0B;*/
}

#HEAD h1{
	/*font-weight:400;*/
}


.article-bg{
	/*background-color:#E4F4CA;*/
	/*color:#493F0B;*/
}
.article-bgB{
	/*background-color:#FFF;*/
}
.col_main_bg{ 
	/*background-color: #772AE6; color:#fff;*/
}

.left_bottom{
	/*color:#FFF;*/
}
.left_bottom a{
	/*color:#FFF;*/
}


#HEAD nav {
    top: 19px;
}

/* font 
----------------*/



.lv4{
	/*font-weight:300;*/
}
h1{ 	
	/*font-weight:300;*/
}
h2{ 
	/*font-size: 20px; line-height:180%; */
}


.poster .contents_inner h1 {
	/*font-size: 28px;*/
}

.poster .contents_inner h2{
	/*font-size: 16px;*/
}
.poster .contents_inner p {
    /*font-size:14px;*/
}
.poster_left p, .poster_center p,.poster_right p{
	/*font-size:14px;*/
}
.caption{
	/*font-size:12px;*/
}
.ttl01 {
    /*font-size: 15px;*/
    /*font-weight: bold;*/
}



/* BTN 
----------------*/

.cmn_btn.lv3 a{
	/*font-weight:300;*/
	/*font-size:20px;*/
	/*background-color: #A7C520;*/
}
.cmn_btn.lv3 a:hover{
	/*background-color: #A7C520;*/
}

.cmn_btn.lv4{
	/*width:100%;*/
	/*font-weight:300;*/
}
.cmn_btn.lv4 a{
	/*background-color: #A7C520;*/
}
.cmn_btn.lv4 a:hover{
	/*background-color: #A7C520;*/
}

.cmn_btn.btn_bg a{
	background-color: #20BCBF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#20BCBF), to(#1AA4A6));
	background-image: -webkit-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: -moz-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: -ms-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: -o-linear-gradient(top, #20BCBF, #1AA4A6);
	background-image: linear-gradient(to bottom, #20BCBF, #1AA4A6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#20BCBF, endColorstr=#1AA4A6);
}


/* Layout 
----------------*/



/* 見出し位置の左上点 */

.page .page_title{
	/*padding:40px 0 60px 40px;*/
}

/* グリッドエリアの設定 */

.list-grid ul {
	/*border-top:0px solid #CCC;*/
	/*margin-bottom:1px;*/
}
.list-grid li {
	/*width:33%;*/
	/*height:25%;*/
	/*float:left;*/
	/*border-top: 0px solid #CCCCCC;*/
	/*border-left:0px solid #CCC;*/
	/*border-bottom:0px solid #CCC;*/
	/*margin:-1px 0 -1px -1px;*/
}	

/* slide の背景 */
ul.general_slide li.slide01 {
	background:url(images/main_bg.gif) no-repeat center top;
}
ul.general_slide li.slide02 {
	background:url(images/main_bg.gif) no-repeat center top;
}
ul.general_slide li.slide03 {
	background:url(images/main_bg.gif) no-repeat center top;
}


/* slide のコントローラー */
.bx-wrapper .bx-prev {
	left: 10px;
	background:url(images/left.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
	background:url(images/right.png) no-repeat 0 0;
}



/* vertical.css へのUpGrade依頼
-------------------------------------------*/


/* btn */

/* グラデボタン */
.cmn_btn.btn_bg a{}
.cmn_btn.btn_bg a:hover{
	opacity:0.8; 
}
.cmn_btn.btn_arrow a{
	line-height:1.01;
}
.cmn_btn.btn_arrow a .arrow{
	vertical-align:middle;
}



/* _setting.css のデフォルト設定にUpGrade依頼
-------------------------------------------*/



/* テンプレート
-------------------------------------------*/


/* header
-------------------------------------------*/
/*
#HEAD{
	height:100px;
	opacity:1;
}
#HEAD h1{
	width:150px;
	font-size:13px;
	line-height:1.3;
	padding:42px 10px 26px 50px;
}
#HEAD nav ul{
	padding-top:22px;
	padding-right:20px;
}
#HEAD nav ul li {
	width:145px;
}
#HEAD nav ul li.nav_img {
	width:210px;
}
#HEAD nav ul li a{
	font-size:14px;
	padding:20px 30px;
	border-left:1px Solid #4d4d4d;
	}
#HEAD nav ul li a span{
	}
#HEAD nav ul li.nav_img a{
	font-size:14px;
	padding:15px 30px;
}	
*/



#FOOTER_CONTENTS{
	padding:20px 50px 70px 50px;
}
	
#FOOTER_CONTENTS nav{
	float:left;;
	color:#fff;
	font-size:11px;
	margin:0;padding:0;
	
}
#FOOTER_CONTENTS nav{
	margin:0;padding:0;
	line-height:2;
	
}
#FOOTER_CONTENTS nav a{
	padding:0 5px;
	
}
#FOOTER_CONTENTS #COPYRIGHT{
	float:right;
	color:#fff;
	font-size:10px;
}



/* 各種ページごとコメントエリアを増やす事
-------------------------------------------*/


div.top_news{
    background-color:#FFF;
	opacity:0.7;
    padding: 25px 25px;
}
ul.top_news ul li{
    line-height: 1.6;
}
.newsLink{
    background-color:#333;
    padding: 3px 15px;
    color:#FFF !important;
}
.page ul.top_news li {
line-height: 1.6;
margin-bottom: 0px;
}
.bottomhead #CONTROL_FRONT {
    bottom: 86px;
}
.cover .contents.left_top {
    width:100%;
    left: 0;
    top: 37%;
}
.logo {
    text-align:center;
}
#HEAD,#FOOTER,#CONTROL_GOTO_TOP ,#PM01 h1,#PM02 h1{
	font-family: 'Archivo Narrow',sans-serif;
	font-weight: 400!important;
}
#HEAD h1 {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding: 38px 50px;
    width: 167px;
}


#HEAD li.nav_width01 a{
    padding: 21px 25px!important;
}
#HEAD li.nav_width02 a{
    padding: 21px 25px!important;
}
#HEAD li.nav_width03 a{
    padding: 21px 25px!important;
}
#HEAD li.nav_width04 a{
    padding: 21px 30px!important;
}
#HEAD li.nav_width05 a{
    padding: 21px 30px!important;
}
#HEAD li.nav_width06 a{
    padding: 21px 30px!important;
}

#HEAD nav ul li {
    min-width: 80px;
}


.cover .contents_center {
    margin: 0 auto;
    position: absolute;
    top: 12%;
    /*left: 270px;*/
}
.cover .contents.left_bottom {
    z-index: 2;
}
#ARTICLE_02 .contents_inner {
    width: 840px;
}
#ARTICLE_02 .top_bottom_line {
    border-bottom: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
	margin-top: -22px;
    padding: 17px 0;
}
#ARTICLE_02 p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}
#ARTICLE_02 .contents h1 {
    line-height: 1.5;
    margin: 30px 0 !important;
}

#PM01.poster .contents {
    background-color: #B3DAEF !important;
}

#PM01 h1 {
	font-size: 33px;
}


#PM02.poster .contents {
    background-color: #F83F4C !important;
}

#PM02 h1 {
	font-size: 33px;
}

#PM02 h1,#PM02 h2,#PM02 p,#PM02 li {
	color:#ffffff;
}


#PM03.poster .contents {
    background-color: rgba(255, 255, 255, 1.0) !important;
}



#PM02 .petite{
    height: 300px;
}
#GRID li {
    background-image: none !important;
}
.grid_title {
    display: block;
/*    margin-top: 283px;*/
    margin-top: 0px;
}
.grid_comment {
    /*width: 200px;*/
    /*margin: 0 auto;*/
    display: block;
    line-height: 1.3;
    /*text-align: left;*/
    margin-top: 10px;
}
.list-grid li {
    border-bottom: none;
    border-left: none;
    border-top: none;
}
.list-grid ul {
    border-top: none;
}
.top_main3 img {
    width: 400px;
}
#FOOTER {
	background-color: #F7F7EF;
}
#FOOTER nav ul li {
    width: 125px;
}
#FOOTER a:link, #FOOTER a:visited, #COPYRIGHT  {
	color: #000 !important;
}


#PM01 h1, #PM02 h1{
	margin-bottom: 6px !important;
}
#PM01 h2, #PM02 h2{
	font-size: 12px;
}

#PM02 ul li {
    cursor: pointer;
    line-height: 0;
    margin-bottom: 15px;
}		
#PM02 h2{
	margin-bottom: 50px;
}
#PM02 p{
	margin-left: 21px;
}

#PM02 .archive span.listno{
	padding-right:10px;
	font-size:11px;
	
}

#PM02 .archive span.downmark{
    font-size: 9px;
    padding-bottom: 5px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    text-align: right;
}

#PM02 div.archive {
    border-bottom: 1px solid #FFFFFF;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}


#FOOTER nav ul li a {
    color: #555555;
    display: block;
    font-size: 12px;
    line-height: 1.1;
    padding: 33px 12px;
    text-decoration: none;
    
    font-weight:normal;
}	    

#HEAD nav ul li a {
    font-size: 13px;
}

#FOOTER nav ul li a {
    font-size: 13px;
}


#CONTROL_GOTO_TOP a {
    background-image: none;
    padding-right: 25px;
}

#FOOTER nav ul li a {
    padding: 15px 12px;
}

#FOOTER dl dt {
    margin-bottom: 0;
}

#FOOTER nav ul {
    margin: 0 auto;
}
#FOOTER nav {
    color: #F2F2F2;
    margin-bottom: 0;
}

#FOOTER #COPYRIGHT {
	margin-bottom: 20px;
	margin-top:50px;
}

#FOOTER hr{
	width: 800px; 
	margin: 0px auto 25px;
}



@media screen and (max-height: 768px) {
	#PM02 h2 {
	    margin-bottom: 34px;
	}

	#PM02 div.archive {
	    margin-bottom: 15px;
	    padding-bottom: 10px;
	}
}



.page .multi_pane .sidebar {
    float: left;
    width: 200px;
}
.page .multi_pane .contents {
    float: right;
    padding: 0;
    width: 700px;
}
.article .contents_wrap .contents {
    margin: 0 auto 100px;
    padding: 0px;
}
.page .multi_pane .sidebar > span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
       		
.cover .contents_center {
	/*left: 67px;*/
	left: 55%;
	
}
.top_main3 li img{
	position:absolute;
}



#GRID {
    padding-top: 100px;
}



#NEWS .lv4 {
    font-size: 33px !important;
    color: #333333;
}

#NEWS .cmn_btn.lv2 a {
    background-color: #F7F7EF;
}

#NEWS .cmn_btn.lv2 a span, #NEWS .cmn_btn.lv2 a span em {
    color: #333333;
}


#NEWS.page .multi_pane .contents .date {
    display: block;
    margin-bottom: 15px;
}

#NEWS.page .contents div {
	 line-height: 1.8;
}

#NEWS.page .contents h1{
	 line-height: 1.4;
}



/* new GRID */
#GRID .contents .list_box li {
    display: inline-block;
    letter-spacing: normal;
/*    margin-left: 5%;*/
    margin-left: 0px!important;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    margin-bottom:100px
}

#GRID .contents .list_box {
    margin-left: 0px;
}

#GRID .contents_wrap{
	width:100%;
}

#GRID .contents .list_box {
	margin-top: 80px;
}

/* 1200px window width */

@media screen and (max-width: 1200px) {
	#GRID .contents .list_box img{
		width:150px;
		height:auto;
	}
}

/*
#GRID .contents_wrap .contents {
	width:900px;
}

@media screen and (min-width: 900px) and (max-device-width: 1200px) {
	#GRID .contents_wrap .contents {
		width:900px;
	}
}
@media screen and (min-width: 1200px) and (max-device-width: 1500px) {
	#GRID .contents_wrap .contents {
		width:1200px;
	}
}
@media screen and (min-width: 1800px) and (max-device-width: 2100px)  {
	#GRID .contents_wrap .contents {
		width:1500px;
	}

}
@media screen and (min-width: 2100px) {
	#GRID .contents_wrap .contents {
		width:1800px;
	}

}
*/
/*
@media screen and (max-height: 1200px) {
	#GRID .contents_wrap .contents {
		width:900px;
	}
}
@media screen and (max-height: 1500px) {
	#GRID .contents_wrap .contents {
		width:1200px;
	}
}

@media screen and (max-height: 1800px) {
	#GRID .contents_wrap .contents {
		width:1500px;
	}
}
@media screen and (max-height: 2100px) {
	#GRID .contents_wrap .contents {
		width:1800px;
	}
}
*/



#mc_embed_signup .button {
    border-radius: 0!important;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 50px!important;
    width: 100%!important;
}


.form {
    padding-top: 80px;
}
.form p.error {
    text-align: left !important;
}

.cover .contents {
    height: 100%;
    position: absolute;
    width: 0;
}

/*ココカラ*/
#HEAD {
    min-width: 1200px;
}

.form .cmn_btn.lv4 input {
    border: 0 none!important;
}

#HEAD nav ul li a:hover, #HEAD nav ul li a:active #HEAD nav ul li a:hover span, #HEAD nav ul li a:active span,
.top_news a:hover, .top_news a:active,
#FOOTER a:hover,#FOOTER a:active,
#CONTROL_GOTO_TOP a:hover, #CONTROL_GOTO_TOP a:active {
    color: #777777!important;
    text-decoration:none!important;
}

input[type="email"]{
	border: 1px solid #AAAAAA;
}
input[type="email"]:focus, select:focus, textarea:focus {
    outline: 2px solid #000000!important;
}
.superselect-container {
    width: auto;
}
form label {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 10px;
}
#MAILMAGAZINE .contents_inner{
	width:630px;
}
/*ココマデ*/