
/* -- Media query	480px以下の場合 スマートフォン用設定
------------------------------------------------------------- */
@media screen and (max-width: 740px) {


/* ---------------------------------------------------- 各カテゴリ メインイメージ設定 ---------------------------------------------------- */

.mainimg {
	width:100%;
	height:145px;
	font-size:19px;
	padding:95px 20px 0 20px;
	font-weight:600;
	letter-spacing:0em;
	line-height:18px;
	background-repeat:no-repeat;
	color:#0E224F;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.05);
	background-size:cover;
	background-position:center top;
 }
.mainimg span {
	font-size:13px;
}

/* ---------------------------------------------------- テキスト等設定 ---------------------------------------------------- */

.paragraph{
	width:96%;
	margin:0 auto 30px auto;
	text-align:justify;
	letter-spacing:0;
	overflow:hidden;
    *zoom: 1;
	line-height:1.9em;
	color:#000;
	padding:0 10px;
	font-size:15px;
}
.text_box {
	float:none;
	width:100%;
}
.nextpage {
	width:100%;
	text-align:right;
	font-size:17px;
	position:absolute;
	bottom:40px;
	right:0;
	padding-right:30px;
}
.nextpage a:hover {
	text-decoration:underline;
}

.previewpage {
	width:100%;
	text-align:left;
	font-size:17px;
	position:absolute;
	bottom:40px;
	left:40px;
}
.previewpage a:hover {
	text-decoration:underline;
}

.image_left {
	float:left;
	margin:3px 20px 20px 0px ;
	}

.image_right {
	float:right;
	margin:3px 0px 20px 20px ;
	}

.image_box {
	float:none;
	width:100%;
	margin:0 auto 0 auto;
}
.image_box img {
	width:55%;
	height:auto;
	margin:10px auto 0 auto;
}
.image_box .image_cap {
	width:80%;
	font-size:13px;
	line-height:1.4em;
}
.image_box .image_cap span {
	font-size:12px;
	text-justify:distribute;
}

.border {
	height:1px;
	width:100%;
	margin:25px 0;
	background:url(../images/border.png) repeat-x;
}
.caption {
	font-size:12px;
	line-height:1.5em;
}
.caption span {
	font-size:15px;
}

.right {
	float:right;
}
.left {
	float:left;
}

.txt_center {
	text-align:center;
}

.width_120 {
	width:120px;
}
.width_180 {
	width:180px;
}
.width_200 {
	width:200px;
}

.width_210,.width_280,.width_300,.width_320,.width_360,.width_380,.width_400,.width_420,.width_440,.width_460 {
	width:100%;
}

h1 {
	font-size:18px;
	font-weight:600;
	letter-spacing:.1em;
	line-height:1.6em;
	margin-bottom:10px;
	padding:0 5px 10px 0;
	color:#0E224F;
	border-bottom: 1px solid #999;
}
 
h1 span {
	font-size:11px;
	line-height:2em;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1em;
}


h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:0E224F;
	border-bottom:1px dotted 0E224F;

}
/*
h2 span {
	font-size:13px;
}*/

h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#0E224F;
	padding:0;
	margin:0;
}

.midashi {
	font-size:17px;
	letter-spacing:.2em;
	line-height:1.9em;
	overflow:hidden;
}

.midashi span{
	font-size:12px;
	letter-spacing:.2em;
	line-height:1.2em;
	
}

/*
h3 a,h3 a:link,h3 a:visited {
	color:#FFF;
}*/




.short0 {
	letter-spacing:1px;
}
.short1 {
	letter-spacing:0;
}

.short2 {
	letter-spacing:-0.5px;
}

.short3 {
	letter-spacing:-0.1em;
}
.short4 {
	letter-spacing:-0.2em;
}
.interval1em {
	letter-spacing:1em;
}
.interval_half1em {
	letter-spacing:0.5em;
}


/*////////////////////コラム設定////////////////////*/
.column {
	padding:10px 15px;
	margin:10px 0px;
	border:1px solid #0E224F;
	line-height:1.8em;
	font-size:12px;
}
.column_title {
	font-size:13px;
	padding-bottom:5px;
	font-weight:600;
}

.colum2_l {
	width:100%;
	float:none;
	margin-right:4%;
}
.colum2_r {
	width:100%;
	float:none;
	margin:0;
}

.colum3{
	width:31%;
	float:left;
	margin-right:4%;
}

.colum3_r{
	width:30%;
	float:right;
	margin:0;
}
.colum3 img,.colum3_r img{
	width:100%;
}



}