/*---------画像配置---------*/
/*ノーマル中央配置
.wpcont .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

/*キャプション付き写真テキスト
.wpcont .wp-caption-text {
    font-size: .9em;
    line-height: 1.6;
    font-weight: bold;
    margin: .5em 0 1em 0;
    color: #333 ;	
}*/

/*キャプション付き写真崩れ防止
.wp-caption {
	max-width: 100%;
}*/

/*
.spaceA {
	padding-top: 15px;
	width: 100%;
}

.boxA {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

.boxA:after {
	content: "";
	display: block;
	clear: both;
}

.boxA img {
	margin: .5em;
}


.boxA_middle {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

.boxA_middle img{
	margin: 5px;
	vertical-align: middle;
}


.boxA_hidari {
	width: 100%;
	text-align: left;
}

.boxA_hidari:after {
	content: "";
	display: block;
	clear: both;
}


.boxA_hidari33 {
	width: 33%;
	float: left;
}*/





.content2 .reed {
	font-size: 14px;
	margin: 10px 0 5px;
	line-height: 1.8;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*タイトル見出し（大）*/
.title_midashi {
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	color: #000000;
	margin: 25px 0 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/*brandフォント*/
.content2 .brand {
	border-top: 1px solid #cccccc;
	width: 100%;
	margin: 50px 0 5px;
	padding: 15px 0 0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*リスト
.content2  ul {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}

.content2  ul li {
	list-style-type: none;
	margin-bottom: 3px;
}*/

/*リスト（スクエア付き）
.content2 .disc {
	width: 100%;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}

.content2 .disc li {
	list-style-type: square;
	margin-bottom: 3px;
}*/

/*
.content2 .mov {
	width: 50%;
	display: block;
	margin: 10px auto;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/



	


/*-------スマートフォン用--------*/
@media only screen and (max-width : 644px ) {

/*
.content2 .mov {
		width: 100%;
		display: block;
		margin: 5px auto;
	}
	
	.youtube {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		margin: 5px auto;
		width: 100%;
		height: 100%;
	}*/
	
	/* 
	.boxA_hidari33 {
		width: 100%;
		float: left;
		display: block;
		margin-top: -10px;
	}
	
	.boxA {
		padding-top: 10px;
		width: 100%;
		text-align: center;
	}

	.boxA img {
	margin: .5em 0;	

	}
	
	.spaceA {
		padding-top: 10px;
		width: 100%;
	}*/
	



	/*キャプション付き写真テキスト
	.wpcont .wp-caption-text {
	margin: .3em 0 1em 0;
	}
*/
}

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/