@charset "utf-8";

/*
Theme Name: GLOVE STUDIO RYU ますかスポーツ
Author: amanokikaku
Author URI: http://amnk.co.jp/
Description: 
Version: 1.0
*/

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */

.contents-page,
.text-single{
	line-height: 1.75;
}
/* お知らせ */
.box-info > *{
	vertical-align: middle;
}
.box-info *:not(:last-child){
	margin-right: 1em;
}
.category-info{
	color: #fff;
	text-align: center;
}

.info-media .category-info{
	background: #683d9e;
}
.info-event .category-info{
	background: #3d429e;
}
.info-item .category-info{
	background: #9e3d3d;
}
.info-news .category-info{
	background: #3d9e48;
}


/* お知らせ */
/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width:641px) , print {
	.wrap-info{
		margin-bottom: 50px;
	}
	.box-info:not(:last-child){
		margin-bottom: 13px;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
	}
	.box-info > *{
		display: inline-block;
		font-size: 14px;
	}
	.category-info{
		padding: 5px 0;
		width: 97px;
		border-radius:4px;
	}

}
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 640px){
	/* お知らせ */
	.wrap-info{
		margin-bottom: 5vw;
	}
	.box-info:not(:last-child){
		margin-bottom: 2.5vw;
		padding-bottom:2.5vw;
		border-bottom:1px dotted #ccc;
	}
	.box-info > *{
		font-size: 10px;
	}
	.title-info a {
		font-size: 16px;
	}
	.date-info,
	.category-info{
		display: inline-block;
	}
	.category-info{
		padding: 0.25em 1em;
		width: 8em;
		box-sizing: border-box;
		border-radius:4px;
	}
	.title-info{
		padding: 0.5em 0;
		line-height: 1.25;
	}
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */




/* ////////////////////////////////////////
天野企画追加
//////////////////////////////////////// */

.modellist{
		overflow:hidden;
	
}

.modellist li{
		width:50%;
		padding-bottom:25px;
		padding-top:25px;
		margin: 0;
	
}

.modellist li:nth-child(even){
		float:right;
		padding-left:25px;
		box-sizing:border-box;
		border-bottom:1px solid #ac8f55;
}

.modellist li:nth-child(odd){
		float:left;
		padding-right:25px;
		box-sizing:border-box;
		border-bottom:1px solid #ac8f55;
		border-right:1px solid #ac8f55;
}

.modellist li:nth-child(5),.modellist li:nth-child(6){
		border-bottom:none;
}

.modellist li h3{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 36px;
    	font-weight: bold;
    	color: #ac8f55;
    	text-align: center;
}

.modellist li h3 span{
		font-size: 60%;
	
	
}

.modellist li img{
		margin:20px auto;
	    display: block;
}

.modellist li:nth-child(4) img{
		margin:16px auto;
	    display: block;
}

.modellist li:nth-child(6) img{
		margin:16px auto;
	    display: block;
}


.contact{
	
}

.contact table{
		width:651px;
		margin:0 auto;
	
}

.contact table tr{

	
}

.contact table tr th{
		padding: 10px 20px 10px 0;	
		vertical-align: middle;
		width:112px;
}

.contact table tr td{
		padding:10px 0;	

}

.textarea{
		width:519px;
	
}

.contact  input[type="submit"] {
		color: #ffffff;
    	width: 650px;
		padding: 5px 0;
    	border-radius: 20px;
   		margin: 10px auto 50px;
    	display: block;
		font-size:18px;
    	background: #c0943e;
    	background: -moz-linear-gradient(top, #c0943e 0%, #987225 100%);
    	background: -webkit-linear-gradient(top, #c0943e 0%,#987225 100%);
		 background: linear-gradient(to bottom, #c0943e 0%,#987225 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0943e', endColorstr='#987225',GradientType=0 );
}


.contact  input[type="submit"]:hover{
		opacity:0.8;
}

.mw_wp_form .error{
		margin: 10px 0;
	
}




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

	
.modellist li	{
		width:100%;	
		
	}
	
.modellist li:nth-child(odd){
		padding-right:0;
		border-right:none;
		
	}
	
.modellist li:nth-child(even){
		padding-left:0;
		
	}
	
.modellist li:nth-child(5){
	 	border-bottom: 1px solid #ac8f55;	
		
	}
	
.modellist li img{
		max-width:100%;
		
	}
	
.splogo{
		height: 9vw;
   		margin: 3vw 0 3vw 3vw;	
		
	}
	
.contact table{
		width:100%;
	}
	
.contact input[type="submit"]{
		width:100%;
	}
	
input[type="text"], input[type="email"], textarea, select,.textarea{
		width:100%;	
		
	}
	
	
}

