@charset "utf-8";
@import "form.css";


/**** reset ****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed {vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
li{list-style-type:none;}

body{
font:14px/1.5 verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#222;
}

body#toppage{background-image:url(../images/bgTop.png)}

a img{border:none;}

a:hover{
	opacity:0.8;
}

img{
	max-width:100%;
}



/************************************************
/* レイアウト
*************************************************/
/* 全体 */

html,body{
	height: 100%;
}

#wrapper{
width:960px;
height: 100%;
margin:0 auto;
}

body > #wrapper{
	height: auto;
	min-height: 75%;
}

/* ヘッダー */
#header{
position:relative;
height:65px;
z-index:100;
margin-top:-65px;
}

.sp_mode{
	display:none;
}


/* フッター */
#footer{
clear: both;
color:#fff;
background:#75b11d;
min-width: 960px;
height: auto;
margin: 0 auto;
color: #fff;
}


.align_center{
text-align: center;
}

.align_r{
text-align: right;
}

.align_l{
text-align: left;
}

/************************************************
/* ヘッダー#75b11d;
*************************************************/
/****** ロゴ ******/
p#logo{
text-indent:-1000px;
white-space:nowrap;
overflow:hidden;
width:225px;
height:23px;
margin-right:18px;
background:url(../images/logo.png) no-repeat;
background-size:100%;
}

p#logo a{
display:block;
width:225px;
height:40px;
}

p#logo a:hover{cursor: pointer;}


#header_back{
	background: #75b11d;
	height:65px;
	z-index:-1000;
}




/************************************************
/* ハンバーガーメニュー
*************************************************/

.inner {
    width: 960px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 20px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
#global-nav ul li {
    float: left;
	font-weight:bold;
}
#global-nav ul li a {
    padding: 0 5px;
}

#global-nav b{
	margin-bottom:15px;
	line-height:1.5;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
	left:0;
    position: fixed;
    padding-top: 12px;
	
	width:100%;
	margin:0 auto;
	
    height: 38px;
	background: #75b11d;
    /*background: rgba(255,255,255,.7);*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 5px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/************************************************
/* メインナビゲーション
*************************************************/
#mainnav{
position:absolute;
top:20px;
right:-10px;
}

#mainnav li{
float:left;
padding:0 10px;
color:#fff;
font-size:14px;
}
#mainnav a{
color:#fff;
}
#mainnav li:first-child a{border:0;}

#mainnav li a:hover{text-shadow:0px 1px 3px #333;}


/************************************************
/* メインイメージ
*************************************************/
#mainImg{
width:960px;
height:395px;
background:url(../images/mainImg.png) no-repeat;
}

.expl{
float: left;
padding: 50px 0 0 90px;
width: 450px;
}

.expl_2{
clear: both;
padding: 40px 20px 10px 20px;
}

.expl_news{
float: right;
width:380px;
height:270px;
margin-top: 20px;
background: #fff;
overflow: hidden;
border: 5px solid #bfe35f;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
overflow: auto;
}
.expl_news h2{
	text-align: center;
	background: #bfe35f;
	padding-bottom: 4px;
}



.expl h2{
padding:30px 0;
font-size:14px;
font-weight:normal;
}

.expl ul li{
float:left;
margin:10px 5px 10px 5px;
width:180px;
height:50px;
background:#E67928;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.expl ul li.btn2{background:#007042;}


.expl ul li a{
display: table-cell;
text-align:center;
vertical-align:middle;
width:180px;
height:50px;
text-decoration:none;
font-size:22px;
color:#fff;
}

.expl ul li:hover{
	opacity:0.8;
}


/**************************************
/ main area
/**************************************/
#main_area_full {
margin: 10px 0;
max-width:100%;
}


h1{
font-size:26px;
text-shadow:1px 1px 1px #ccc;
}

#main_area {
float:left;
width:610px;
margin: 10px 0;
padding: 5px;
padding-bottom: 40px;
}

/**************************************
/ side area
*************************************************/

#side_area{
float: right;
width: 250px;
margin: 45px 0;
padding: 25px;
background-color: #f3f3f3;
border: 1px solid #dcdcdc;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

#side_area h2{
margin: 5px 0;
font-size:20px;
color:#75b11d;
text-shadow:1px 1px 1px #ccc;
}


.site_navi {
margin: 0;
padding: 0;
}

.site_navi:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

.site_navi li {
margin: 1px 0;
border-top: 1px solid #cccccc;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: left;
width: 250px;
line-height: 3;
font-weight: bold;
font-size: 14px;
list-style-type: none;
}

.site_navi li a {
padding: 10px;
display: block;
padding-left: 45px;
font-size: 15px;
color: #333;
text-decoration: none;
background-color: #fff;
background-repeat: no-repeat;
background-position: left center ;
}

.site_navi li a:hover {
color: #000;
background-color: #bef05d;
}


.p_1{background-image:url(../images/no1.png);}
.p_2{background-image:url(../images/no2.png);}
.p_3{background-image:url(../images/no3.png);}
.p_trouble{background-image:url(../images/siren.png);}
.p_shindan{background-image:url(../images/shindan.png);}

.p_edit{background-image:url(../images/user-profile-edit.png);}
.p_cal{background-image:url(../images/cal-edit.png);}
.p_blog{background-image:url(../images/blog_edit.png);}
.p_com{background-image:url(../images/community.png);}
.p_logout{background-image:url(../images/door_out.png);}
.p_regist{background-image:url(../images/heart.png);}


/**************************
/* トップページ　3つのボックス
**************************/
#boxContainer{
width: 960px;
height: auto;
padding:40px 0;
}

#toppage #boxContainer{background-image:none;}

#boxContainer .box{
float:left;
margin-right:18px;
width:300px;
overflow:hidden;
}

#boxContainer .box h3{
padding: 7px 0 7px 45px;
font-size:18px; 
background:url(../images/no1.png) no-repeat;
}

#boxContainer .box h3.no2{background-image:url(../images/no2.png);}
#boxContainer .box h3.no3{background-image:url(../images/no3.png);}



/************************************************
/* 記事
*************************************************/
#main_area h2 , #main_area_full h2{
margin: 10px 0;
padding:5px 0 5px 40px;
font-size:22px;
color:#75b11d;
text-shadow:1px 1px 1px #ccc;
background:url(../images/h2.png) no-repeat 0 50%;
}

#main_area h3 , #main_area_full h3{
margin: 5px 0;
padding: 5px 0 ;
font-size: 17px;
color: #000;
text-shadow:1px 1px 1px #ccc;
}

.article{
padding:30px 0;
background:url(../images/sep.png) repeat-x;
}

.article p{padding-bottom:10px;}

.article h3{
padding:0 0 5px;
margin-bottom:10px;
font-size:16px;
color:#75b11d;
text-shadow:1px 1px 1px #ccc;
background:url(../images/h3.png) repeat-x 0 100%;
}

img.alignleft{float:left;}

img.alignright{float:right;}

.wrap{
padding:10px 10px 5px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
-moz-box-shadow:0 1px 5px #dcdcdc;
-webkit-box-shadow:0 1px 5px #dcdcdc;
-o-box-shadow:0 1px 5px #dcdcdc;
box-shadow:0 1px 5px #dcdcdc;
border:1px solid #e6e6e6;
background:url(../images/wrap.png);
}


.size_l {
	font-size:48px;
}

.size_m {
	font-size:32px;
}

p.btnBig{
text-indent:100%;
white-space:nowrap;
overflow:hidden;
width:960px;
height:80px;
margin:20px 0 60px;
background:url(../images/btnBig.png) no-repeat;
}

p.btnBig a{
display:block;
width:960px;
height:80px;
}

p.btnBig:hover{
cursor: pointer;
background-position:0 -80px;
}


/* リスト */

.list_navi {
	margin: 0;
	padding: 0;
	width: 100%;
}

.list_navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.list_navi li {
	margin: 5px 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	width: 100%;
	line-height: 2.5;
	list-style-type: none;
}

.list_navi li a {
	padding: 10px;
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 90%;
	color: #333;
	text-decoration: none;
	background-color: #eee;
	background-image: url(../images/arrow.gif); 
	background-repeat: no-repeat;
	background-position: right center ;
}

.list_navi li a:hover {
	color: #000;
	background-color: #bef05d;
}








/**** Clearfix ****/
.clearfix:before, .clearfix:after, .article:before, .article:after{content: ""; display: table;}
.clearfix:after, .article:after{clear: both;}
.clearfix, .article{zoom: 1;}



/************************************************
/* フッター
*************************************************/
#ft_logo .inner{
margin:0 auto;
width:960px;
}

#footer .inner{
margin:0 auto;
width:960px;
}

.ft_1 {
    float: left;
    margin: 10px;
    padding: 0px;
    width: 200px;
	height: 250px;
    text-align: left;
	text-decoration: none;
	font-size: 10px;
    border-right: 1px solid #fff;
}

.ft_2 {
    float: left;
    margin: 10px;
    padding: 0;
    width: 200px;
	height: 250px;
    text-align: left;
	text-decoration: none;
	font-size: 10px;
}



#ft_logo {
	clear: both;
	padding: 8px;
	min-width: 944px;
	height:auto;
	background: #006600;
	font-size: 16px;
	font-weight: bold;
	color: #fff;	
}


#footer ul{
	padding: 2px;
}


#footer li {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

#footer li a{
	text-decoration: none;
	color: #fff;
}

#ft_up{
display: block;
background: url(../images/ft_up.png) no-repeat 3px 3px;
}
#ft_up a{
padding: 3px 0 3px 25px;
}
#ft_bk a{
padding: 3px 0 3px 25px;
}
#ft_bk{
display: block;
padding: 3px 0 3px 25px;
background: url(../images/ft_bk.png) no-repeat 3px 3px;
}


.copy{
	clear: both;
	padding: 20px 10px;
	text-align: left;
	text-align: right;
	color: #fff;
 }
 
.ft_p {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
} 





.5pxleft{
	float: left;	
}

.img_right {
	float: right;	
}

.waku {
	background: #fff;
	margin: 5px;
	border: 1px solid #cccccc;
	padding: 8px;
}


.clear_waku {
	margin: 5px;
	padding: 3px;
}

.clear{
	clear: both;
}

.clear_hr{
	clear: both;
	border: hidden;
	color: #FFF;
	height:0;
	margin: 15px 0;
}


.img_hr{
	clear: both;
	border-style: dashed;
	border-color: #75b11d;
	height:1px;
	margin: 15px 0;
}




/* メッセージ枠 */
.msg-ok{
	margin: 10px 0;
    border: solid 5px #99c700;
    color: #000;
    font-weight: bold;
    padding: 15px 2px 15px 55px;
    text-align: left;
	background: #e2f79b url(../images/accept.png) 10px center no-repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}



.msg-ng{
	margin: 10px 0;
    border: solid 5px #ffcc00;
    color: #000000;
    font-weight: bold;
    padding: 10px 2px 10px 35px;
    text-align: left;
	background: #ffffcc url(../images/attention.gif) 10px center no-repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}



.msg-error{
	margin: 10px 0;
    border: solid 5px #ff0000;
    color: #ff0000;
    font-weight: bold;
    padding: 10px 2px 10px 35px;
    text-align: left;
	background: #ffccd8 url(../images/stop.gif) 10px center no-repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


/* ボタン */

a.button{
	background:url(../images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}

a:hover.button{
	color:#0066CC;
}

.add{
	background:url(../images/add.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.del{
	background:url(../images/delete.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.edit{
	background:url(../images/edit.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.photo{
	background:url(../images/picture_edit.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.ichiran{
	background:url(../images/list.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.key_go{
	background:url(../images/key_go.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.accept{
	background:url(../images/accept.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}


.border_gray {
	margin: 10px 0;
	border: 5px solid #dcdcdc;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.border_green {
	margin: 10px 0;
	border: 5px solid #75b11d;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* snsのリンク */

.sns_list {
	margin: 5px 0;
}

.sns_list li{
	float: left;
	list-style: none;
	margin: 10px 12px 0 0;
}

/* パンくず */

#pankuzu_area {
	clear: both;
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #ccc;
}


#pankuzu {
	float: left;  
	margin: 10px 0 0 10px;  
}


#pankuzu li {
	float: left;
	font-size: 80%;
	line-height: 110%;  
	list-style-type: none;  
}


#pankuzu li a {  
	margin-right: 10px;  
	padding-right: 15px;  
	background: url(../images/pankuzu.gif) no-repeat right center;
	text-decoration: none;  
}

.bbs_user_list{
	padding-bottom: 24px
}
.bbs_user_list li{
	float: left;
	list-style: none;
	margin-right: 10px;
	line-height:24px;
}
.disp_user{
	background-repeat: no-repeat;
	background-position: left center ;
	font-size: 16px;
	font-weight: bold;
}

.men{
	color:#0066ff;
}

.women{
	color:#ff6699;
	
}
.disp_date{
	background-repeat: no-repeat;
	background-position: left center ;
	font-size: 16px;
	color: #666;
}

.new{
	float:right;
	color:#F00;
	border:1px solid #F00;
	width:50px;
	margin:3px 10px;
	font-size:11px;
	line-height:1.5;
	text-align:center;
}
	
.update{
	float:right;
	color: #639;
	border:1px solid #639;
	width:56px;
	margin:3px 10px;
	font-size:11px;
	line-height:1.5;
	text-align:center;
}
	
.accordion_push	{
	cursor: pointer;
}


/* サイトマップ */

#sitemap ul, li {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}


#sitemap ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/ic_home.gif) no-repeat 0 4px;
	line-height: 160%;

}
#sitemap ul li ul {
	background: url(../images/ic_bk.gif) no-repeat 17px 0;
}
#sitemap ul li ul.category li {
	background: url(../images/ic_category.gif) no-repeat 1px -283px;
}
#sitemap ul li ul.page li {
	background: url(../images/ic_page.gif) no-repeat 1px -283px;
}
#sitemap ul li ul li.last {
	background-color: #fff;
}




blockquote{
	margin: 30px 0;
	background-color:#f3f3f3;
	padding:3em 1em;
	position:relative;
}
blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	left:0;
	top:0;
}
blockquote:after{
	content:"”";
	font-size:600%;
	line-height:0em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	right:0;
	bottom:0;
}


/* リスト */


.list li {
	font-size: 90%;
	letter-spacing: 2px;
	text-align: left;
	line-height: 150%;
	padding: 3px 3px 3px 24px;
	list-style-type: none;
	background: #f3f3f3 url(../images/arrow_mini_right.png) no-repeat center left;
	border-top: 1px solid #cccccc;
	}

.list li a{
	text-decoration: none;
}

/* 表全体のデザイン */
.table {
	border-collapse: collapse;
	width: 100%;
}

/* ヘッダセルのデザイン */
.table  th {
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-color: #FFFFCC;
	text-align:center;
}
.table  td {
	padding-left: 5px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	text-align:center;
}



/* steps
----------------------------------*/
.steps {
margin:5px;
background-color: #fafafa;
list-style: none;
overflow: hidden;
}
.steps li {
float: left;
padding: 3px 0;
width: 150px;
text-shadow: 0 1px 1px white;
text-align: center;
}

.steps li.current {
color: #fff;
text-shadow: 0 1px 1px black;
background: #75b11d; 
}



/* tab */

.tabmenu{
width: 100%;
}
 
.tab{
border-bottom: 10px solid #75b11d;
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
 
.tab li{
background: #ccc;
cursor: pointer;
display: inline-block;
font-size: 15px;
height: auto;
padding: .6em;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
 
.tab li.select{
background: #75b11d;
color: #fff;
}
 
 
.tab li:hover{
	background: #75b11d;
	color: #fff;
}
 
.hide{
display:none;}



.horizontal_scroll_wrap{
    height: 55px;
    overflow-y: hidden;
    margin: 0;
	width:99%;
}
.scroll_lst {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 50px;
    margin: 25px 0 0;
    -webkit-overflow-scrolling: touch;
}
.scroll_item {
    margin-right: 5px;
    display: inline-block;
}
.scroll_item:first-child {
    margin-left: 5px;
}


/* SNSシャア */ 
.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
	margin-right: 10px;
}


@media screen and (max-width: 768px) {

#wrapper{
	width: 100%;
}

#header_back{
	height: 55px;
	background:#fff;
}

#mainImg{
width: 100%;
height: auto;
background: #F7F6EB;
}

.expl_news{
	display:none;
	
}

.expl{
clear:both;
box-sizing:border-box;
padding: 30px 10px 10px 10px;
width: 100%;
}

.expl ul li{
	clear:both;
}
/************************************************
/* メインナビゲーション
*************************************************/

#main_area {
clear:both;
width: 96%;
margin:0 auto;
padding: 2%;
}

#ft_logo {
min-width:100%;
box-sizing:border-box;
}

#ft_logo .inner{
width: 100%;
}



#footer .inner{
margin:0 auto;
width: 100%;
}

.ft_1 {
	float:left;
	box-sizing:border-box;
    width: 43%;
	height:auto;
    text-align: left;
	text-decoration: none;
	font-size: 12px;
    border-right: none;
}
.ft_2 {
	clear:both;
	box-sizing:border-box;
    width: 100%;
    margin: 40px auto 10px;
    padding: 0px;
    text-align: center;
	text-decoration: none;
}

#footer li{
	margin: 5px 2px;
	padding: 5px 2px;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	clear: both;
	min-width: 100%;
	height: auto;
	color: #fff;
}



#boxContainer{
box-sizing:border-box;	
width: 100%;
height: auto;
padding:10px;
}


#boxContainer .box{
clear:both;
width:100%;
margin:0;
}




#side_area{
box-sizing:border-box;
clear:both;
width: 100%;
margin:20px auto;
padding: 2%;
background-color: #f3f3f3;
border: 1px solid #dcdcdc;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}



h1{
font-size:22px;
}

#main_area h2 , #main_area_full h2{
font-size:18px;
}

	
.sp_mode{
	display: block;
}

#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #75b11d;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 16px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #75b11d;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	box-sizing:border-box;
	float: left;
	width:50%;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 8px;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}



.site_navi {
margin: 0;
padding: 0;
}


.site_navi li {
box-sizing:border-box;
width: 50%;
height:54px;
margin:0;
font-size: 16px;
background:#fff;
}

.site_navi li a {
padding: 4px;
display: block;
padding-left: 45px;
position: relative;/* IE6でマウス反応領域がおかしいのをFix */
font-size: 15px;
line-height:1.5;
}

.site_navi li a:hover {
color: #000;
background-color: #bef05d;
}


}


/* フォーム専用 */

.filedset{
	max-width:600px;
	border: 5px solid #dcdcdc;
	margin: 2px 20px 20px 0px;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.filedset p{
	margin: 10px;
}

div.group1{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 10px 0;
	margin: 10px 0;
}

.label_text{
	clear: left;
	width:100px;
	display: block;
	float: left;
	text-align: right;
}

.even {
	background-color: #f2ffcc;
}

.input_text,input.txt-field,select {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
	}
input.txt-field:focus,select:focus {
	background-color: #FFFFCC;
	border-color: #330000;
}

.text_box{
	height: auto;
	margin-left: 110px;
	padding-left: 10px;
	border-left: 3px solid #74ac00;

}


@media screen and (max-width: 768px) {
	
.label_text{
	text-align:left;
	padding: 0.25em 0.5em;
	border-left: 5px solid #74ac00;
}

.text_box{
	margin: 5px 0 0 0;
	padding-left: 0;
	border-left: none;
}
div.group1{
	border-bottom: none;
}

}



/* ボタン領域 */
.buttons {
	text-align: center;
}


.btn_positive {
	margin: 10px 0;
	padding: 8px 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	background: #75b11d;
	background: -moz-linear-gradient(
		top,
		#a0c623 0%,
		#79b21d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a0c623),
		to(#79b21d));
	color:#fff;
	text-decoration: none;
	text-shadow:1px 1px 0 #666;
	cursor: pointer;
}

.btn_positive:hover {
-moz-box-shadow:5px 5px 6px #ccc;
-webkit-box-shadow:5px 5px 6px #ccc;
-o-box-shadow: 5px 5px 6px #ccc;
box-shadow: 5px 5px 6px #ccc;
}


.btn_m_positive {
	margin: 0;
	padding: 2px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
	background: #75b11d;
	background: -moz-linear-gradient(
		top,
		#a0c623 0%,
		#79b21d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a0c623),
		to(#79b21d));
	color:#fff;
	text-decoration: none;
	text-shadow:1px 1px 0 #666;
	cursor: pointer;
}

.btn_m_positive:hover {
-moz-box-shadow:5px 5px 6px #ccc;
-webkit-box-shadow:5px 5px 6px #ccc;
-o-box-shadow: 5px 5px 6px #ccc;
box-shadow: 5px 5px 6px #ccc;
}







/* CMS */
.cms_form dl {  
border:1px solid #999;  
width:95%;
margin: 10px;
padding: 10px;
font-size: 80%;
}
.cms_form dt {
font-weight:bold;
}


/* テキストエリア可変用 */

div.grippie {
	background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}




/* ボタン */
.button_blue{
	margin: 10px;
	text-decoration: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(
		top,
		#63c4f8 0%,
		#37a0d1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#63c4f8),
		to(#37a0d1));
	color:#f0f0f0;
	font-family:arial,helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:10px 25px;
	text-shadow:1px 1px 0 #666;
	border: 1px solid #267ed4;
	background-color: #3399FF;
}

.button_blue:hover{
-moz-box-shadow:5px 5px 6px #ccc;
-webkit-box-shadow:5px 5px 6px #ccc;
-o-box-shadow: 5px 5px 6px #ccc;
box-shadow: 5px 5px 6px #ccc;
}


.button_pink{
	margin: 10px;
	text-decoration: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: -moz-linear-gradient(
		top,
		#fe57ad 0%,
		#f00880);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fe57ad),
		to(#f00880));
	color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:10px 25px;
	text-shadow:1px 1px 0 #666;
	background-color: #f11d8b;
}

.button_pink:hover{
-moz-box-shadow:5px 5px 6px #ccc;
-webkit-box-shadow:5px 5px 6px #ccc;
-o-box-shadow: 5px 5px 6px #ccc;
box-shadow: 5px 5px 6px #ccc;
}



.button_y{
	margin: 10px;
	text-decoration: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: -moz-linear-gradient(0% 45% 90deg,#E0B324, #FAD121, #FFE678 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 65%, from(#FFE678), to(#E0B324), color-stop(.2,#FAD121));	
	color:#312f30;
	font-family:arial,helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:10px 25px;
	text-shadow:1px 1px 0 #ebd663;
	background-color: #FFFF66;
}

.button_y:hover{
-moz-box-shadow:5px 5px 6px #ccc;
-webkit-box-shadow:5px 5px 6px #ccc;
-o-box-shadow: 5px 5px 6px #ccc;
box-shadow: 5px 5px 6px #ccc;
}


.button_g{
	margin: 10px;
	text-decoration: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: -moz-linear-gradient(
		top,
		#a0c623 0%,
		#79b21d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a0c623),
		to(#79b21d));
	color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:10px 25px;
	text-shadow:1px 1px 0 #666;
	background-color: #8bbb20;
}

.button_g:hover{
-moz-box-shadow:5px 5px 6px #ccc;
-webkit-box-shadow:5px 5px 6px #ccc;
-o-box-shadow: 5px 5px 6px #ccc;
box-shadow: 5px 5px 6px #ccc;
}




/* ラジオボタン
============================== */

.radio-group input {
	display: none;
}

.radio-group label {
	cursor: pointer;
	padding: 10px 40px;
	float: left;
	border: solid 1px #aaa;
	margin-left: -1px;
	background: #eee;
	background-image: -moz-linear-gradient(top, #F6F6F6, #ccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#ccc));
	-moz-box-shadow: 2px 2px 6px #ddd;
	-webkit-box-shadow: 2px 2px 6px #ddd;
	text-shadow: 1px 1px 0px #fff;
}

.radio-group div:first-child label {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
}

.radio-group div:last-child label {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}

.radio-group input:checked+label {
	color: #fff;
	background: #79b21d;
	background: -moz-linear-gradient(
		top,
		#a0c623 0%,
		#79b21d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a0c623),
		to(#79b21d));
	text-shadow: 0px 0px 0px #fff;
}
