@charset "UTF-8";
/*739px以下*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:14px;
	line-height:26px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:380px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:26px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#FF2600;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*標準のリンク*/
a{
	color: #0066CC;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*-------------------------共通クラス*/
/*表示の切り替え*/
.pc{
	display:none;
}
/*横幅*/
.frame{
	text-align:left;
}
/*アコーディオン*/
.accordionopen{
	cursor:pointer;
}
.accordion{
	display:none;
}
.accordion.open{
	display:block;
}


/*header
-----------------------------------------------------------------------------------------*/

header{
	position:relative;
}

header .top{
	background:#F5F4F1;
	height:68px;
	overflow:hidden;
	padding:5px 10px;
}
/*-------------------------サイト名*/
header h1{
	line-height:1.6;
	padding-right:50px;
}
header h1 a{
	display:inline-block;
}
/* sitename_copy */
header .sitename_copy{
	display:block;
	color:#F5712E;
	font-size:10px;
	letter-spacing:2px;
} 
/* sitename */
header .sitename{
	display:block;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
/*-------------------------sitecopy*/
header .sitecopy{
	font-size:13px;
	line-height:1;
	font-weight:bold;
}
/*-------------------------グローバルナビ*/
header nav#globalnav{
	position:absolute;
	width:100%;
	z-index:50;
}
/*-------------------------影*/
header nav#globalnav.open .shadow{
	content:"　";
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
	background:rgba(0,0,0,0.5);
}
header nav#globalnav .shadow{
	display:none;
}
/*-------------------------メニューボタン*/
header #globalbtn{
	position:absolute;
	right:0;
	top:-68px;
	width:50px;
	height:68px;
}
header #globalbtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header #globalbtn span {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #F5712E;
}
header #globalbtn span:nth-of-type(1) {
	top: 22px;
}
header #globalbtn span:nth-of-type(2) {
	top: 32px;
}
header #globalbtn span:nth-of-type(3) {
	top: 42px;
}
header nav.open #globalbtn span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
header nav.open #globalbtn span:nth-of-type(2) {
	opacity: 0;
}
header nav.open #globalbtn span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/*-------------------------グローバルナビメニュー*/
header nav .globalnavmenu{
	display:none;
}
header nav.open .globalnavmenu{
	display:block;
}
header .globalnavmenu li{
	float:left;
	width:50%;
}
header .globalnavmenu li:nth-child(even){
	border-left:1px solid #CCCCCC;
}
header .globalnavmenu li a,
header .globalnavmenu li input{
	font-size:15px;
	line-height:52px;
	text-align:center;
	letter-spacing:1px;
	display:block;
	color:#000000;
}
header .globalnavmenu li a img{
	max-width:30px;
	vertical-align:middle;
}
header .globalnavmenu li.kcci a{
	line-height:20px;
	padding:8px 0 4px 0;
}
header .globalnavmenu li.kcci span{
	display:block;
	font-size:10px;
}
/*-------------------------ログイン情報*/
header p.logindata{
	background:#DEDBD2;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	color:#000;
}
/*-------------------------ホームメニュー*/
header .homemenu li a{
	border-top:1px solid #CCCCCC;
	background:#FFFFFF;
}
header .homemenu li a:hover{
	background:#E6E6E6;
}
/*-------------------------ログインメニュー*/
header .loginmenu p{
	float:none;
	width:100%;
	border-bottom:1px solid #FFF;
}
header .loginmenu p a{
	font-size:15px;
	line-height:52px;
	text-align:center;
	letter-spacing:1px;
	display:block;
	background:#007FFB;
	color:#FFF;
}
header .loginmenu p:last-child a{
	background:#F7B500;
	color:#000;
}
/*-------------------------参加*/
header nav .enter li a{
	background:#F7B500;
}
header nav .enter li.login a{
	background:#007FFB;
	color:#FFF;
}
header .enter li.logout{
}
header .enter li.logout input{
	width:100%;
	border:none;
	background:#333333;
	color:#FFF;
}
header .enter li.close a{
	background:#CCC;
	color:#888888;
	pointer-events: none;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer a{
	color:#FFFFFF;
}
footer a:hover{
	text-decoration:underline;
}
/*-------------------------toPageTop*/
#toPageTop {
	position:fixed;
	right:0;
	bottom:0;
	width:120px;
	height:35px;
}
* html #toPageTop {position:absolute;}
#toPageTop.foot{
	position:relative;
	width:200px;
	margin:-58px auto 22px auto;
}
/*-------------------------ログアウト*/
footer form{
	background:#0052B0;
	padding:10px 10px 0 0;
	margin-bottom:-10px;
}
footer input{
	display:block;
	float:right;
	margin:0 auto;
	text-align:center;
	width:80px;
	line-height:30px;
	height:30px;
	border:none;
	background:#E74288;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*-------------------------メニュー*/
footer ul{
	background:#F5712E;
	padding-top:10px;
	padding-bottom:5px;
}
footer li{
	float:left;
	line-height:30px;
	margin-left:10px;
	letter-spacing:1px;
	font-size:12px;
}
footer li a{
	padding-left:15px;
	background:url(images/footer_ya.png) left no-repeat;
	background-size:12px;
}
/*-------------------------コピーライト*/
footer small{
	display:block;
	background:#F5712E;
	text-align:center;
	font-size:8px;
	line-height:20px;
	height:30px;
}

/*印刷
-----------------------------------------------------------------------------------------*/
.print-btn{
    display: none;
}


