@charset "UTF-8";

 .clearfix:after { /*floatの解除*/ 
	display:block;  
	clear:both;  
	height:0px;  
	visibility:hidden;  
	content:".";  
	}  
	
.expcara {
	font-size: 12px;
	color: #666;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-position: left center;
	margin-top: 5px;
	line-height: 14px;
	height: 30px;
	/*background-image: url(../img/expcara01.png);	
	background-repeat: no-repeat;
	background-size: 90px 60px;
	-moz-background-size: 90px 60px;
	-webkit-background-size: 90px 60px;
	-o-background-size: 90px 60px;
	-ms-background-size: 90px 60px;
	padding-left: 100px;*/
	text-align: left;
	vertical-align: middle;
}
.expcara p {
	vertical-align: middle;
	display: table-cell;
	height: 30px;
}

.expcara_box p {
	vertical-align: middle;
	display: table-cell;
	height: 50px;
}


.expcara_box {
	font-size: 12px;
	color: #666;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-position: left top;
	margin-top: 5px;
	line-height: 16px;
	height: 50px;
	/*background-image: url(../img/exp_carabox.png);
	background-repeat: no-repeat;
	background-size: 47px 80px;
	-moz-background-size: 47px 80px;
	-webkit-background-size: 47px 80px;
	-o-background-size: 47px 80px;
	-ms-background-size: 47px 80px;
	padding-left: 70px;*/
	text-align: left;
	vertical-align: middle;
}

.expkokuritu_box p {
	vertical-align: middle;
	display: table-cell;
	height: 50px;
}


.expkokuritu_box {
	font-size: 12px;
	color: #06C;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-position: left top;
	margin-top: 5px;
	line-height: 16px;
	height: 50px;
	/*background-image: url(../img/exp_carabox.png);
	background-repeat: no-repeat;
	background-size: 47px 80px;
	-moz-background-size: 47px 80px;
	-webkit-background-size: 47px 80px;
	-o-background-size: 47px 80px;
	-ms-background-size: 47px 80px;
	padding-left: 70px;*/
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
}


/*トップページヘッター*/
header{
	display: block;
	padding-top: 0px;
	padding-right: 0;
	width: 100%;
}
#headertop .clearfix li {
	float: right;
	border-left-width: 2px;
	border-left-style: groove;
    text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
}
#headertop .clearfix li a {
	display: block;
	text-decoration: none;
	
}

#headertop .menu {
	margin-top:5px;
	padding-right: 5px;

	float: right;
}

#headertop .clearfix.menu .homebutton {
	background-image: url(../img/header_homebotan.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	height: 40px;
	width: 40px;
	}
#headertop .clearfix.menu .homebutton a {
	height: 40px;
	width: 40px;
	}


#headertop .clearfix.menu .requestboxbutton {
	background-image: url(../img/header_requestboxbotan.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	height: 40px;
	width: 40px;
}

#headertop .clearfix.menu .requestboxbutton a {
	height: 40px;
	width: 40px;
}

#headertop {
	background: -moz-linear-gradient(#F5F2DC, #D5D1B5);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F2DC), to(#D5D1B5));
	height: 70px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);

	/*background-image: url(../img/topkyara.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 180px 80px;
	-moz-background-size: 180px 80px;
	-webkit-background-size: 180px 80px;
	-o-background-size: 180px 80px;
	-ms-background-size: 180px 80px;*/
}
.headertext{
	line-height: 20px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-shadow:1px 1px 2px #666;
	width: 100%;
	background-color: #A39881;
	text-align: center;
	height: 20px;
}
#headertop .home_botan {
	height: 32px;
	width: 45px;
	float: right;
	margin-top: 10px;
	padding-right: 10px;
}

.headerlogo{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding-left: 5px;
}
/*トップページヘッターend*/

body {
	
	background-color: #F5F2DC;
	font-size: 12px;
}

#main {
	width: 320px;
	margin-right: auto;
	margin-left: auto;	
}



footer .Copyright {
	font-size: 12px;
	line-height: 20px;
	background-color: #39F;
	height: 20px;
	width: 100%;
	text-align: center;
	color: #FFF;
}

footer ul {
	width: 300px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0081FF;
	height: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

footer ul li {
	line-height: 50px;
	color: #0081FF;
	float: left;
	height: 50px;
	text-align: center;
}

footer ul li a {
	color: #0081FF;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 148px;
}

.footerleft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0081FF;
}

/*トップページヘッターend*/

/*プレゼント*/
#present {
	color: #FFF;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 300px;
}


#present a {
}

.topButtoncommon{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#D9D9D9, #B2B2B2);
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#B2B2B2));
	border: 1px solid #999;
	display: block;
	width: 90px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	height: 40px;
	line-height: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
		text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.topButtoncommon a {
	background-image: url(../img/pagetop.png);
	background-position: center center;
	display: block;
	width: 90px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	height: 40px;
	background-size: 90px 40px;
	-moz-background-size: 90px 40px;
	-webkit-background-size: 90px 40px;
	-o-background-size: 90px 40px;
	-ms-background-size: 90px 40px;

}

/**/
.historyback {
	width: 35px;
	font-weight: bold;
	height: 40px;
	float: left;
	margin-top: 5px;
	padding-left: 5px;

}

.historyback a {
	text-decoration: none;
	display: block;
	color: #FFF;
	background-image: url(../img/header_historyback.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	;
	-webkit-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	height: 40px;
	background-position: center center;
	width: 35px;
}

/*検索ボタン--------------------------------------------------------------------------------*/
.searchButton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#79BCFF, #18F);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BCFF), to(#18F));
/*	background: -moz-linear-gradient(#D9D9D9, #B2B2B2);
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#B2B2B2));*/
	border: 1px solid #999;
	display: block;
	position: relative;
	margin-top: 10px;
	height: 60px;
	width: 250px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	clear: both;
}

.searchButton a {
	width: 250px;
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	background-image: url(../img/textsearch_enter.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	font-weight: bold;
	text-indent: 15px;
	height: 60px;
}


.searchButton2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#79BCFF, #18F);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BCFF), to(#18F));
	border: 1px solid #06C;
	display: block;
	position: relative;
	margin-top: 10px;
	height: 60px;
	width: 80px;
	font-size: 20px;
	clear: both;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index:3;
		line-height: 60px;

}

.searchButton2 a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	/*background-image: url(../img/textsearch_enter.png);
	background-repeat: no-repeat;
	background-position: 20px center;*/
	font-weight: bold;
}
/*検索ボタン--*/
.requestButton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#79BCFF, #18F);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BCFF), to(#18F));
	/*	background: -moz-linear-gradient(#D9D9D9, #B2B2B2);
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#B2B2B2));*/
	border: 1px solid #999;
	display: block;
	position: relative;
	margin-top: 10px;
	height: 60px;
	width: 250px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	clear: both;
}

.requestButton a {
	width: 250px;
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	background-repeat: no-repeat;
	background-position: 150px center;
	font-weight: bold;
	height: 60px;
}

.requestButton2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#FCC, #F39);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCC), to(#F39));
	border: 1px solid #999;
	display: block;
	position: relative;
	margin-top: 10px;
	height: 60px;
	width: 250px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	clear: both;
}

.requestButton2 a {
	width: 250px;
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	background-repeat: no-repeat;
	background-position: 150px center;
	font-weight: bold;
	height: 60px;
}
/*キーワード検索フォーム*/
#search{
	width: 308px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(#79BCFF, #18F);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BCFF), to(#18F));
	height: 60px;
}  

#search .searchform {
	height: 40px;
	width: 210px;
	margin-top: 9px;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	margin-right: 6px;
	float: left;
	font-size: 12px;
	color: #999;
}



#search .searchButtonindex {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#79BCFF, #18F);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BCFF), to(#18F));
	border: 1px solid #999;
	display: block;
	position: relative;
	float: left;
	margin-top: 9px;
}

#search .searchButtonindex a {
	height: 40px;
	width: 65px;
	position: static;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background-image: url(../img/textsearch_enter.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*検索フォームend*/

/*カテゴリーヘッター--------------------------------------------------------*/


#search_all_d h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #E91717;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);

}

#search_all_s h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #0097EE;
		box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);

}

#search_opencanpus h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #EBD000;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);

}

#search_test_d h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #E60;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}

#search_test_s h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #E69;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}

#search_test_s h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #E69;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}

#search_offcanpustest h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #39c;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}

#search_area h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #9C0;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}

#search_news h2 {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #96c;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}

#search_keyword h2{
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	height: 36px;
	text-shadow:1px 1px 2px #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #39F;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.4);
}

.multi {
	font-size: 12px;
	line-height: 30px;
	color: #333;
	background-color: #FFF;
	padding: 4px;
	height: 30px;
	width: 80px;
	margin-left:5px;
	text-shadow:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}


/*カテゴリーヘッターend--------------------------------------------------------*/
#button {
    background: #67d100;
    color: #fff;
    border-radius: 3px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    padding: 10px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
/*プレゼント選択*/
.present {
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix.present .name {
	float: left;
	width: 160px;
	vertical-align: middle;
	display: table-cell;
}

.clearfix.present .raffle { float: left; }

.clearfix.present .img {
	background-color: #CCC;
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
}
.clearfix.present .text {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}


.clearfix.present .name .bottom {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#79BCFF, #18F);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BCFF), to(#18F));
	border: 1px solid #999;
	display: block;
	position: relative;
	height: 35px;
	width: 150px;
	font-size: 12px;
	clear: both;
	color: #FFF;
	margin-top: 5px;
	padding: 5px;
	line-height: 16px;
	}
.clearfix.present .name .bottom a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(../img/arrow_white20x40.png);
	background-repeat: no-repeat;
	background-size: 10px 20px;
	-moz-background-size: 10px 20px;
	-webkit-background-size: 10px 20px;
	-o-background-size: 10px 20px;
	-ms-background-size: 10px 20px;
	background-position: 130px center;
	}

#precentcontents {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 14px;
}
/*プレゼント選択END*/

/*WチャンスEND*/
#wchancemain {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}


#wchancelogin {
	background-color: #F99;
	padding: 10px;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wchanceid input {
	height: 40px;
	width: 240px;
}

#wchancelogin .loginbtm {
	height: 50px;
	width: 280px;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
}
#wchancelogin ul li .required {
	color: #C00;
	background-color: #FF0;
	padding: 5px;
	margin: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#precentcontents #wchancelogin ul li {

	padding-top:5px;
}


.wchanceid { margin-bottom: 10px; }

#wchancelogin ul { margin-bottom: 10px; }
#wchancelogin .maru { color: #C36; }

/*WチャンスログインEND*/

/*お問合せ*/



#contactmain .contacttitol {
	font-size: 16px;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	background-color:  #39F;
	text-align: center;
	height: 60px;
	width: 300px;
	margin-bottom: 10px;
}

#contactmain {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

#contactmain ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*お問合せEND*/
#contactmain ul .contact input {
	height: 20px;
	width: 300px;
}
#contactmain .loginbtm {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
	height: 50px;
	width: 200px;
	margin-left: 50px;
}


#contactmain ul .contact2 textarea {
	height: 100px;
	width: 300px;
}
#contactmain .contactsoin {
	font-size: 15px;
	line-height: 60px;
	color: #FFF;
	background-color: #666;
	height: 60px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}

#contactmain .contactsoin {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(#79BCFF, #18F);
	background: -webkit-gradient(linear, left top, left bottom, from(#79BCFF), to(#18F));
	border: 1px solid #999;
	display: block;
	position: relative;
	margin-top: 10px;
	height: 60px;
	width: 250px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	clear: both;
}

#contactmain .contactsoin a {
	width: 250px;
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	background-repeat: no-repeat;
	background-position: 150px center;
	font-weight: bold;
	height: 60px;
}
#contactmain #contact_cp {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


#contactmain .required {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #C60;
	width: 40px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#privacymain .privacytitol {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-color:  #39F;
	text-align: center;
	height: 30px;
	width: 300px;
	margin-bottom: 10px;
}

#privacymain {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}
#wchancelogin .mail { text-indent: 15px; }