/* =================================
	original CSS
================================= */

/*	text
============================== */

h2.mini_tit{
	margin-bottom: 10px;
	position: relative;
}
h2.mini_tit span{
	background-image: url(../img/original/ori_minitit_bg.png); 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 140%;
	color: #fff;
	padding: 8px;
	letter-spacing:0.1em;
	text-shadow: 1px 1px 1px #093d60;
	padding-left: 48px;
}
h2.mini_tit:before{
   	position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  	background-image: url(../img/original/ori_icon.png);
  	background-size: 30px 30px;
}
div.main_text{
	margin-bottom: 1.5em;
	font-size: 110%;
}
div.ori_info{
	background-image: url(../img/s_tit_bg.png); 
}
div.ori_info h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 130%;
	color: #003d67;
	text-shadow: 1px 1px 1px #76a0bc;
	margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
div.ori_info{
	padding: 20px 30px;
}
}
@media all and (max-width: 767px) {
div.ori_info{
	margin: 0 0 20px;
	padding: 10px 15px;
}
}

/*	pics
============================== */
div.pics span{
	display: block;
    background-repeat: no-repeat;
    background-color: #003b63;
}
div.cap{
	text-align: center;
	/*color: #175d8d;*/
}
@media all and (min-width: 768px) {
div.pics span{
	width: 400px;
	height: 560px;
	background-size: 400px 560px;
	margin: 0px auto 20px;
}
div.cap{
	margin: -20px 0 30px;
}
}
@media all and (max-width: 767px) {
div.pics span{
	margin: 0px auto 20px;
	width: 270px;
	height: 378px;
	background-size: 270px 378px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
div.cap{
	margin: -10px 0 30px;
}
}

/*	table1
============================== */
.table1{
	width: auto;
	margin-bottom: 2em;
}
.table1 th, .table1 td {
	padding: 0px 0px !important;
	vertical-align: top !important;
}
.table1 th {
	text-align: left;
	font-weight: bold;
}
.table1 td {
	vertical-align: top !important;
	text-align: left;
}
.ten{
	margin:  0 10px 0;
}

@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
.table1 th {
	display: block;
}
.table1 td{

}
}




