﻿

/*===========================================
	photoTxtArea
=============================================*/
.photoTxtArea {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.photoTxtArea>.photoArea {
	width: 600px;
}
.photoTxtArea>.txtArea {
	width: 600px;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}



/*===========================================
	pregArea_01
=============================================*/
.pregArea_01 {
	width       : 914px;
	margin-left : auto;
	margin-right: auto;
}
.pregArea_01 .leftArea {
	width: 400px;
	float: left;
}
.pregArea_01 .rightArea {
	width: 400px;
	float: right;
}
.pregArea_01 .txtH {
	height: 210px;
}



/*===========================================
	float
=============================================*/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}



/*===========================================
	lineTitleBox
=============================================*/
.lineTitleBox {
	border-top : solid 1px #999999;
	padding: 0;
}
.lineTitleBox > span {
	background: #EEEEEE;
	padding: 3px 20px;
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	display: block;
}



/*===========================================
	ボタンパーツ
=============================================*/
.w300 {
	width: 300px;
}
/* btnGlay_s */
a.btnGlay_s {
	display        : block;
	padding        : 8px;
	background     : #EEEEEE;
	color          : #333333;
	text-align     : center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	font-family: 'Noto Sans Japanese',"メイリオ", sans-serif;
	font-size: 16px;
}
a.btnGlay_s:after {
	font-family: 'FontAwesome';
	content    : "\f105";
	font-size  : 18px;
	margin-left: 5px;
	line-height: 0;
}
a.btnGlay_s:hover {
	background: #333333;
	color     : #fff;
}





@media only screen and (max-width: 780px) {
	
	
	/*===========================================
		photoTxtArea
	=============================================*/
	.photoTxtArea {
		width: 100%;
	}
	.photoTxtArea>.photoArea {
		width: 100%;
	}
	.photoTxtArea>.photoArea img {
		width: 100%;
		height: auto;
	}
	.photoTxtArea>.txtArea {
		width: 100%;
		padding: 20px 0;
	}


	/*===========================================
		pregArea_01
	=============================================*/
	.pregArea_01 {
		width : 100%;
	}
	.pregArea_01 .leftArea {
		width : 100%;
		float : none;
		margin-bottom: 20px;
	}
	.pregArea_01 .rightArea {
		width : 100%;
		float : none;
	}
	.pregArea_01 .txtH {
		height: auto;
	}
	.pregArea_01 img {
		width: 100%;
		height: auto;
	}


}



