@charset "utf-8";
/* CSS Document */





/*font*/

/*
@import url(http://fonts.googleapis.com/css?family=Oxygen:700);

*/

@import url(http://fonts.googleapis.com/css?family=Oxygen:700|Julius+Sans+One);

@import url(http://fonts.googleapis.com/css?family=Anton);


body{
	font-family: 'メイリオ', Arial, sans-serif;	
}

#logOut,
#footer-link,
nav {
	font-family: 'Oxygen', Arial, Gadget, sans-serif;
}


#main-edit input,
#about #content h1,
#policy #content h1,
#events #content h1,
#shop #content h1{
	font-family: 'Oxygen', Arial, Gadget, sans-serif;
}


.date,
.title{
	font-family: 'Oxygen','メイリオ', Arial, Gadget, sans-serif;
}

.one-block{
	clear:both;
}

.one-block h2{
	font-family: 'Anton', sans-serif;
	font-size: 2em;
	font-style: italic;
}


.one-block h2 .japanese{
	font-size: 0.6em;
	font-weight: bold;
}


.one-block h2 .english{
	font-size:0.75em;
	font-style: normal;
}


/*
.one-block h2 .english{
	font-style: italic;
	margin-right: 0.4em;
}
*/



.one-block h2{
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

.one-block h2{
	line-height:60px;
	padding-bottom: 0px;
	height: 48px;
}



/*リンクファイル*/
#top header h1,
.other header h1 a{
	background-image: url(http://coolrides.jp/img/logo/COOLRIDES_logo_TM.svg);
}




#twitter{
	background-image:url(http://coolrides.jp/img/logo/link_twitter.svg);
}
#facebook{
	background-image:url(http://coolrides.jp/img/logo/link_facebook.svg);
}





*{
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}


a{
	color: #3366FF;
	text-decoration: none;
	word-wrap:break-word;
}



a:hover{
	color: #C5C5C5;
}




.thumb_over{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color:rgba(255,255,255,0);
}


.thumb_over:hover{
	background-color:rgba(255,255,255,0.6);
}


.align-center{
	text-align: center;
}


.default-hide{
	display: none;
}




#container {
	margin: 0px auto;
	padding-right: 12px;
	padding-left: 12px;
	width: 1176px;
	overflow-x: hidden;
}


#main{
	width:100%;
	clear:both;
}

#content{
	width:100%;
	clear:both;
}

#photo-top img{
	width:100%;
}


#main{
	padding-top: 20px;
}

header {
	float: left;
	width: 100%;
	height: 44px;
	margin-bottom: 6px;
	margin-top: 40px;
}

header h1,
.other header h1 a{
	float: left;
	width: 238px;
	height:45px;
/*	background-color: #99FFCC;*/
	background-size: 238px auto;
	text-indent: -9999px;
}


.other header h1 a{
	display: block;
}



/*#footer-link,*/

nav {
/*	height: 24px;*/

}


nav {
	margin-top: 20px;
	float: right;
}





#footer-link li,
nav li {
	float: left;
	font-size: 16px;
	height:32px;
}


nav li {
	text-align: right;
	
}

#footer-link li,
nav li {
	line-height: 32px;
	padding-left: 0.8em;
	padding-right: 0.8em;	
	color: #D30000;		
}

.menu-now{
	color: #D30000;	
}

.menu-now a{
	color: #D30000;	
}
#footer-link li{
	text-align: left;
}

#footer-link li a,
nav li a{
	display: block;
	width: 100%;
	height: 100%;
/*	background-color: #E7ED00;*/

}

nav li{

}

#logOut a,
#footer-link li a,
nav li a{
	color: #000000;	
}

#logOut a:hover,
#footer-link li a:hover,
nav li a:hover{
	color: #999999;
}

footer,
#main{
	clear: both;
	border-top-style: solid;
	border-color: #000000;
	border-width: 1px;	
}


footer {
	margin-top: 18px;
	padding-bottom:12px;
}

#footer-link{
	float: left;
	clear: both;
	width: 360px;
}

#sns-box{
	width:150px;
	float:right;
	margin-top:6px;
}

#copyright{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 48px;

}

#sns-box > div{
	float:left;
	
}

#sns-box > #logOut{
	font-size: 0.8em;
	width: 70px;
	height:32px;
}
#sns-box > .sns{
	width:32px;
	height:32px;
	background-size:contain;
}



#sns-box > .sns > a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#facebook{
	margin-left:16px;
}

#sns-box > div > a{
	background-color: rgba(255,255,255,0);
}

#sns-box > div > a:hover{
	background-color: rgba(255,255,255,0.5);
}


/*第2段階（iPad横など）*/
@media screen and (max-width:1199px) {
	#container{
		width: 976px;
	}
	header{
		margin-top: 30px;
	}
	


}

/*第3段階レガシーはこの設定で(iPadたてなど）*/
@media screen and (max-width:999px) {
	#container{
		width: 744px;
	}
	
	#footer-link li,
	nav li {
		font-size: 14px;
	}
	#footer-link{
		width: 320px;
	}
	
	
	
	header{
		margin-top: 12px;
	}
	
	header h1{
		margin-top: 18px;
		height:36px;
	}
	
	header h1,
	.other header h1 a{
		background-size: 158px auto;
	}
	
	
	
	
	nav li {
		line-height: 40px;
	
	}
}

/*第4段階（スマホ横向きなど）*/
@media screen and (max-width:767px) {
	#container{
		width: 456px;
	}
	
	header{
		margin-top: 15px;
	}
	
	
	
	header {
	
		height: 44px;
	}
	
	header h1,
	.one-block h2{
	/*
		height:53px;
		*/
		border-bottom-style: solid;
		border-color: #000000;
		border-width: 1px;
		width:100%;
	
	}
	
	
	
	
	header h1 {
		margin-top: 0px;
		margin-bottom: 0px;	
		height: 25px;
	
	}
	
	header h1,
	.other header h1 a{
		background-size: 119px auto;
	}
	
	
	
	
	
	nav {
		margin-top: 0px;
		width: 100%;
	/*	padding-left: 19px;*/
	/*padding-left: 4px;*/
	
	}
	
	nav {
	
	
	}
	/*nav li {
		float: left;
		width:25%;
		text-align: center;
		margin:0px;
	}*/
	
	nav li {
	
		line-height:28px;
	
	}
	
	
	#footer-link li,
	nav li {
		font-size: 13px;
	}
	
	
	nav li a{
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	nav li:last-child a{
	/*	padding-left: 1.085em;*/
	/*	background-color: #E0E0E0;
		color: #FFFFFF;*/
	}
	
	
	#main{
		border-top-style:none;
		border-width: 0px;
	}
	.one-block h2{
		font-size: 1.4em;
		line-height: 54px;
		height: 40px;
	}

}
/*第5段階（スマホたて）*/
@media screen and (max-width:479px) {
	#container {
		width: 312px;
		padding-left:4px;
		padding-right:4px;
	}
	header {
	
		height: 54px;
	}
	nav{
		width: 304px;
	}


	
	#content{
		margin-top:140px;
	}
	
	
	#footer-link{
	/*	height: 25px;*/
	
	}

	
	#footer-link{
	
		width: 100%;
	
	}
	
	#footer-link,
	#footer-link li,
	nav li{
		float:none;
		text-align:left;
	}


/*
nav li:nth-of-type(1){
	border-top: 1px solid #A7A7A7;
}
*/


	nav li{
		border-bottom: 1px solid #A7A7A7;
		height: 36px;
		line-height:50px;
	}
	/*
	nav li{
		border-bottom-width: 0px;
	}	
	*/
	
	
	#footer-link li{
		border-bottom: 1px solid #A7A7A7;
		height: 36px;
	}
	
	#footer-link li:nth-last-of-type(1){
		border-bottom: 1px solid #000;
	}


	
	#sns-box{
		position: relative;
		right:0px;
	}


/*		
	header h1 {
		width: 100%;
		height:21px;

		background-position:left top;
	}

	header h1,
	.other header h1 a{
		background-size: 100px auto;
	}
	*/
	

}











#content{
	
	
	
}


#content img{

	
}






/**events,shop*********************************************************************/

#about #content h1,
#policy #content h1,
#events #content h1,
#shop #content h1{
	font-size: 1.5em;
	margin-top: 8px;
	margin-bottom: 1em;
}






.one-list{
	margin-bottom: 0.3em;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-color: #797979;
	border-top-style: solid;
	clear: both;
}


.one-genre{
	font-size: 0.9em;
	color: #FFFFFF;
	margin-right: 1em;
	margin-bottom: 6px;
	padding: 2px 0.5em;
	float: left;
	background-color: #797979;
	display: block;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-ms-border-radius: 2px;
}


#shop .title,
.date{
	font-size: 1.5em;
	
}

.date{
	letter-spacing: 0.06em;
	
}


.title{
	font-size: 1.2em;
	margin-top: 3px;
	margin-bottom: 4px;
}

#shop .title{

}


.time{
	font-size: 0.75em;
	margin-left: 0.5em;
}



.genre{
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

.place a{
	margin-left: 0.5em;
}

/*第4段階（スマホ横向きなど）*/
@media screen and (max-width:767px) {

	#about #content h1,
	#policy #content h1,
	#events #content h1,
	#shop #content h1{
		font-size: 1.1em;
	}
	#shop .title{
		font-size:1.1em;
	
	}

}
/*第5段階（スマホたて）*/
@media screen and (max-width:479px) {
	.date{
		font-size: 1.2em;
	}

	#events #content h1,
	#shop #content h1{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#about #content h1,
	#policy #content h1{
		padding-top: 20px;
		padding-bottom:20px;
	}	
	
}








/**************photoのサムネール（10/10共通ではない。むしろridesの詳細ページのみなので、ほぼ全てに#photoつけることにした。********************************************************************/


.photo-thumb-area{
	margin-top: 40px;
	float: left;
	width: 100%;
	overflow: hidden;
}

.photo-thumb-area{
	width: 100%;
	padding-left:36px;
}

.one-thumb{
	height: 150px;
	width: 200px;
	float: left;
	overflow: hidden;
}

.one-thumb{
	margin-right: 20px;
	position: relative;
}

.one-thumb,
.one-thumb a{
	height: 150px;
	width: 200px;
}
.one-thumb a{
	position: absolute;
	display: block;
}
#one-thumb-a0{
	background-color:rgba(255,255,255,0.6);
}

.photo-thumb-area .one-thumb:nth-of-type(5){
	margin-right: 0px;
}



/*第2段階（iPad横など）*/
@media screen and (max-width:1199px) {
	.photo-thumb-area{
		padding-left:1px;
	}
	.one-thumb{
		margin-right: 16px;
	}
	.photo-thumb-area .one-thumb:nth-of-type(5){
		margin-right: 0px;
	}
	#photo .photo-thumb-area .one-thumb,
	#photo .photo-thumb-area .one-thumb a{
		height: 133px;
		width: 177px;
	}

}

/*第3段階レガシーはこの設定で(iPadたてなど）*/
@media screen and (max-width:999px) {
	.photo-thumb-area{
		padding-left:0px;
	}
	.one-thumb{
		margin-right: 10px;
	}
	
	#photo .photo-thumb-area .one-thumb,
	#photo .photo-thumb-area .one-thumb a{
		height: 102px;
		width: 136px;
	}
}
/*第4段階（スマホ横向きなど）*/
@media screen and (max-width:767px) {
	.one-thumb{
		margin-right:5px;
	}
	
	#photo .photo-thumb-area .one-thumb,
	#photo .photo-thumb-area .one-thumb a{
		height: 61px;
		width: 82px;
	}

	.photo-thumb-area{
		margin-top: 20px;
	}

}
/*第5段階（スマホたて）*/
@media screen and (max-width:479px) {

	#photo .photo-thumb-area{
		padding-left:130px;
	}
	#photo .photo-thumb-area .one-thumb{
		margin-right:3px;
	}
	#photo .photo-thumb-area .one-thumb,
	#photo .photo-thumb-area .one-thumb a{
		height: 8px;
		width: 8px;
		background-color: #797979;
		overflow: hidden;
	}
	
	#photo .photo-thumb-area .one-thumb img{
		display:none;/************************************************************************************************************/
	}
}





/**************************************************************************************************/
/*クルマのデータ************************************************************************************/
/***************************   photo,mygarage共通   *********************************************/


.center-button{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
}


.one_data,
.one_form{

	clear: both;
	width: 100%;
}




/*
#data-area,
#form_data_area{
    display:  box;  
    display: -webkit-box;  
    display: -moz-box;
    display: -ms-box;
	width: 100%;
}
*/


div[id^="data-block"]{
	float: left;
	width: 33%;
}


#data-area,
#form_data_area{
	float: left;
	width: 100%;
}



/*



#data-area,
#form_data_area{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
    display:  box; 	
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	box-orient:horizontal;
}


#data-block1{
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    box-ordinal-group: 1;
}

#data-block2{
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    box-ordinal-group: 2;

}

#data-block3{
	-webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    box-ordinal-group: 3;
}

*/


#data-area,
#form_data_area{
	padding-top: 20px;
}

.one_data,
.one_form{
	padding-bottom: 8px;
	float: left;
}

.one_data_sub{
	float: left;
	width: 50%;
}
.one_data_label_view{
	margin-left: 1em;
}

.one_data th,
.one_data_label,
.one_form_label{
	font-weight: bold;
	padding-left: 2px;
}

.one_data_label_div,
.one_form_label{
	float: left;
}

.one_data th{
	white-space: nowrap;
}

.one_data th,
.one_data_label{
	padding-right: 3px;
}

.one_form_editing{
	position: relative;
	z-index: 10;
}

.one_form_label{
	width: 25%;
}

.one_form_label_sub{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1em;
}

.at-padding{
	padding-left: 1.2em;
}

.one_data_body,
.one_form_editing{
	padding-right: 2px;
	float: left;
}


.one_data a{
	margin-left: 1em;
}


.one_form_editing{
	width: 75%;
}


.one_form_editing > select,
.one_form_editing > input,
.one_form_editing > textarea{
	width: 90%;
}


.one_form_editing > select,
.one_form_editing > input{
	height: 24px;
}

.one_form_editing > textarea{
	height: 160px;
}

.one_form_wide{
	float: none;
	width: 90%;
}

.one_checkbox{
	margin-right: 1em;
	float: left;
}



.one_submit{
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
}


.form_two_block{

}


.form_two_block .one_submit{
	float: left;
	width: 50%;
}


#mygarage .one-block{
	margin-top: 16px;
	/*overflow: auto;*/
	width: 100%
}

.other-form-block{
	padding-top: 12px;
	width: 100%;
	width: 456px;
}
#login-form-block{
	margin-right: auto;
	margin-left: auto;
}

.other-form-block .one_submit{
	text-align: center;
}
#invite-form-block .one_submit,
#login-form-block .one_submit{
	text-align: center;
}

.form-comment{
	padding-bottom: 12px;
	clear: both;
}

/*第2段階（iPad横など）*/
@media screen and (max-width:1199px) {


}

/*第3段階レガシーはこの設定で(iPadたてなど）*/
@media screen and (max-width:999px) {

}
/*第4段階（スマホ横向きなど）*/
@media screen and (max-width:767px) {
	#data-area,
	#form_data_area{
		display: block;
	}	
	div[id^="data-block"] {
		width: 100%;
	}
	
	.form-comment{/******************************************************************ここなんかおかしいんだが応急**/
		width: 430px;
	}	
}
/*第5段階（スマホたて）*/
@media screen and (max-width:479px) {
	.other-form-block{
		width: 100%;
	}
	
	.other-form-block .one_form > div{
		float: none;
		width: 100%;
	}
	.other-form-block .one_form_editing > input{
		width: 100%;
	}
	.form-comment{
		width:100%;
	}
}





/****topとridesのプレビューフォト***************************************************/

.photo-prev{
	margin-top: 20px;
	margin-bottom: 12px;
	border-width: 1px;
	border-color: #000000;
	border-top-style: solid;
	float: left;
	width: 100%;
}

.photo-prev .one-thumb{
	width: 279px;
	height: 209px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}

.photo-prev .one-thumb a{
	width:100%;
	height:100%;
	display:block;
}

.photo-prev .one-thumb img{
}
.photo-prev .one-thumb:nth-child(4n){
	margin-right: 0px;
}

/*第2段階（iPad横など）*/
@media screen and (max-width:1199px) {
	.photo-prev .one-thumb{
		width: 229px;
		height: 172px;
	}
}

/*第3段階レガシーはこの設定で(iPadたてなど）*/
@media screen and (max-width:999px) {
	.photo-prev .one-thumb{
		width: 174px;
		height: 130px;
		margin-right: 8px;
		margin-top: 8px;
	}
}
/*第4段階（スマホ横向きなど）*/
@media screen and (max-width:767px) {
	.photo-prev .one-thumb{
		width: 140px;
		height: 105px;
		margin-right: 6px;
		margin-top: 6px;
	}
	.photo-prev .one-thumb:nth-child(4n){
		margin-right: 6px;
	}
	.photo-prev .one-thumb:nth-child(3n){
		margin-right: 0px;
	}
}
/*第5段階（スマホたて）*/
@media screen and (max-width:479px) {
	.photo-prev .one-thumb:nth-child(4n){
		margin-right: 5px;
	}
	.photo-prev .one-thumb:nth-child(3n){
		margin-right: 0px;
	}
	.photo-prev .one-thumb{
		width: 98px;
		height: 73px;
		margin-right: 5px;
		margin-top: 5px;
	}
}





/****other rides,fellows,cool,shop プレビューフォト***************************************************/


.scroll_thumb_area{
	margin-left: 32px;
	/*
	padding-top: 8px;
	padding-bottom: 16px;
		*/
	overflow: hidden;

	position: relative;
	height: 90px;
	width: 1090px;

}

.scroll_thumb_inner{
	position: absolute;
	top: 8px;
	left: 0px;
	height: 75px;
	width:99999px;
}


/*
.scroll_thumb_inner{
	float: left;
	height: 75px;
	width: 9999px;
}
*/



.scroll_thumb_area .one-thumb{
	margin-right: 3px;
	margin-left: 3px;
	height: 77px;
	width: 103px;
}



.scroll_thumb_area .one-thumb a{
	height: 100%;
	width: 100%;
}


.photoMinPlus{
	clear: both;
	position: relative;
	width: 100%;
}
.scroll_thumb_one-block{
	position: relative;
}

.photoClick{
	display: block;
}


.photoClick{
	text-indent: -9999px;
	position: absolute;
	z-index: 10;
	top: 12px;
	height: 66px;
	width: 32px;
	background-image: url('../img/arrow.png');
	background-position: center center;
	background-size: 70% auto;
}

.photoToMin{
	left: 0px;
}

.photoToPlus{
	right: 0px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}


/*第2段階（iPad横など）*/
@media screen and (max-width:1199px) {
	.scroll_thumb_area{
		margin-left: 38px;
		width: 872px;
	}
	
	.scroll_thumb_inner{

	}
	
	.scroll_thumb_area .one-thumb{

	}

}
/*第3段階レガシーはこの設定で(iPadたてなど）*/
@media screen and (max-width:999px) {
	.scroll_thumb_area{
		margin-left: 32px;
		width: 654px;
	}

}
/*第4段階（スマホ横向きなど）*/
@media screen and (max-width:767px) {
	.photoClick{
		top:0px;
	}

	.scroll_thumb_area{
		margin-left: 36px;
		height:64px;
		width: 360px;
	}


	.scroll_thumb_inner{
		height: 49px;
	}
	.scroll_thumb_area .one-thumb{
		height: 49px;
		width: 66px;
	}
	#shop .photoMinPlus{
		height: 60px;	
	}


}
/*第5段階（スマホたて）*/
@media screen and (max-width:479px) {
	.photoClick{
		top: 8px;
		height: 50px;
		width: 18px;
	}
	.scroll_thumb_area{
		margin-left: 18px;
		width: 268px;
	}
	.scroll_thumb_area .one-thumb{
		margin-right: 1px;
		margin-left: 1px;
	}
}



/*
 1176px;
 976px;
 744px;
 456px;
 312px;
 */


#shop .thumb_over{/*********************************************************理由は不明*/
	height: 110%;
	width: 110%;
}




/*フォーム***************************************************************/

#form-photo select{
	height: 24px;
	width: 103px;
	margin-bottom: 6px;
}


/*第5段階（スマホたて）*/
@media screen and (max-width:479px) {
	#form-photo select{
		width: 100%;
	}
}







.result-caption{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.4em;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
}






/****************************************************************  other写真など  ***/

.photoToPlus,
.photoToMin{
	display:none;
}



/************************************************************************** section  ***********/

#about #main-inner,
#policy #main-inner{
	border-top-width: 1px;
	border-top-color: #808080;
	border-top-style: solid;	
}


#about section h2,
#policy section h2{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

#about section,
#policy section{
	font-size: 0.9em;
	clear: both;
}


#about #content h1,
#policy #content h1{

}

/*第2段階（iPad横など）まで*/
@media screen and (min-width:768px) {
	#about section,
	#policy section{
		width:720px;
	}
}



/*********************************EDIT**/


#main-edit input{
	font-size: 20px;
	margin-bottom: 12px;
	height: 40px;
	width: 50%;
}
