@charset "utf-8";

/* 赤：cf2033*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

/**** reset ****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,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{border:0;}
li{list-style-type:none;}

body{
font:14px/1.5;
color:#222;
}

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

a img{border:none;}
a:link{ text-decoration:none;}
a:hover{
	opacity:0.8;
}

input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/************************************************
/* レイアウト
*************************************************/
html,body{
	height: 100%;
}

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

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


.content_half{
	display:flex;
	flex-direction: row;
	justify-content:space-between;	
}

.content1{
	width:49%;
	margin-bottom:10px;
}


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

.sp_mode{
	display:none;
}


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

fieldset{
	margin:0 10px 15px 10px;
}

.ft_x_logo{
	margin-top:6px;
}

legend{
	margin-left:18px;
}
.align_center{
text-align: center;
}

.align_r{
text-align: right;
}

.align_l{
text-align: left;
}

.text_mini{
	font-size:50%;
}

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

p#logo a{
display:block;
width:200px;
height:46px;
}

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


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

/************************************************
/* 検索窓
*************************************************/
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.2em;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
  height: 2.0em;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-size: 1.2em;
  border: none;
  background: #666;
  border-radius: 3px;
  color: #fff;
  outline : none;
  width: 3.5em;
  height: 1.9em;
  display: inline-block;
  vertical-align: middle;
}


/************************************************
/* youtube
*************************************************/

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/************************************************
/* SNS
*************************************************/
.sns{
	display: flex;
	margin: 0 0 8px 0;
}

.sns li{
	margin-left:12px;
	
}

.icon_twitter{
	font-size:48px;
	color:#3a9ef0;
}

.icon_mail{
	font-size:48px;
	color:#666;
}

.icon_line{
	font-size:48px;
	color:#50d01b;
}

/************************************************
/* レインボー
*************************************************/
.rainbow {

  text-transform: uppercase;
  
  /* 背景グラデーションを指定・幅を 200% にしておく */
  background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
  
          background-clip: text;
  -webkit-background-clip: text;
  
          text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  
  animation: rainbow 3s linear infinite;
}

/* 背景の横位置をズラす */
@keyframes rainbow {
  to { background-position-x: 200%; }
}
/************************************************
/* ハンバーガーメニュー
*************************************************/

.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: 10px 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;
}

#top-head p {
	float:right;
	font-size:12px;
}



#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 5px;
}
#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;
    padding-top: 12px;
	width:100%;
	margin:0 auto;
    height: 38px;
	background: #666;
    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;
	padding:5px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    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;
}


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


h1{
font-size:26px;
border-bottom: solid 4px #ccc;
margin-bottom: 12px;
padding-left: 5px;
}

#main_area {
float:left;
width:700px;
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;
}

#side_area h2{
margin: 5px 0;
font-size:20px;
color:#cf2033;
}


.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);}


/**************************
/* h の 開閉
**************************/
.switch {
    cursor:pointer;
	background:url(../images/bullet_toggle_plus.png) no-repeat right;
}
.switch:after {
} 

.active {
	background:url(../images/bullet_toggle_minus.png) no-repeat right;
}


.toggle {
    overflow: hidden;
}



/************************************************
/* 記事 background:#cf2033;
*************************************************/
#main_area h2 , #main_area_full h2{
margin: 10px 0;
padding:5px 10px;
font-size:22px;
background-color:#cf2033;
color:#fff;
}

#main_area h3 , #main_area_full h3{
margin: 5px 0;
padding: 5px 10px;
font-size: 17px;
color: #000;

border-bottom: 2px solid #cf2033;
}



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;
	float: left;
	width: 100%;
	line-height: 2.5;
	list-style-type: none;
}

.list_navi li a {
	padding: 10px;
	display: block;
	font-size: 120%;
	color: #333;
	text-decoration: none;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: right center ;
}

.list_navi li a:hover {
	color: #fff;
	background-color: #333;
}



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



/************************************************
/* フッター
*************************************************/

.footer {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 15px;
	list-style: none;
}

.footer li a{
	padding: 0 10px;
	color: #fff;
}



.copy{
	clear: both;
	padding: 20px 10px;
	text-align: left;
	text-align: right;
	color: #fff;
 }

.ft_logo{
	padding:10px;
	
}
.ft_logo a{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
} 


.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: #666;
	height:1px;
	margin: 15px 0;
}




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



.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;
}



.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;
}


/* ボタン */

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;
}


/* 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;
}


#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;
}

.green{
	color: #0f0;
	font-weight:100;
}

.jitan{
	color: #0066ff;
	font-weight:100;
}

.kakuhen{
	color:#F00;
	font-weight:100;	
}
.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 {
	width: 100%;
}

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



/* 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: #666; 
}



/* tab */

.tabmenu{
width: 100%;
}
 
.tab{
border-bottom: 10px solid #666;
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: #666;
color: #fff;
}
 
 
.tab li:hover{
	background: #666;
	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) {

p#logo{
	margin-top:-4px;	
}
#wrapper{
	width: 100%;
}

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


.content_half{
	flex-direction: column;
}
.content1{
	width:100%;
}


/* ヘッダセルのデザイン */

.table th {
	width:100%;
}
.table tr, .table th {
	display: block;
}
.table td {
	display: block;
	border: none;
}
    
.label_text{
	text-align:left;
	padding: 0.25em 0.5em;
	border-left: 5px solid #cf2033;
}

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



/************************************************
/* メインナビゲーション
*************************************************/

#main_area {
clear:both;
width: 100%;
padding: 8px;
}

#ft_logo {
background:#6F3;
padding:10px;
}

#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 {
flex-direction: row;
flex-wrap: wrap;
}

#footer li{
	padding:10px 0;
	font-size: 12px;
	font-weight: bold;
	width:50%;
}

#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: 8px auto;
padding: 10px;
background-color: #f3f3f3;
border: none;
}



h1{
font-size:18px;
}


#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;
	margin-top: 0;
}

/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #000;
	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: #666;
	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 p {
	display:block;
	width:100%;
}

#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:45%;
	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;
}



.text_box{
	display:block;
	height: auto;
	padding-left: 10px;
}



}


/* フォーム専用 */

.filedset{
	width:100%;
	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:100%;
	display: block;
	text-align: left;
}

.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;
}


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


.btn_positive {
	margin: 8px 0;
	padding: 6px 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	background: #008800;
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}

.btn_positive:hover {
	opacity:0.8;
}


.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: #666;
	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;
}
