@charset "utf-8";

/* 1024px以上のスタイル（PC用）の記述 */
/*=============================================================================================*/


/* =============================================================== */
/* 共通のスタイル */
/* =============================================================== */
table.shirt_tb {
	border-collapse: separate;
    border-spacing: 1px;
	width:100%;
/**/


}
table.shirt_tb th {
    padding: 10px;
	text-align:center;
	vertical-align: top;
	background: #978C42;

}
table.shirt_tb td {
    padding: 10px;
	text-align:center;
	background: #132843;
	vertical-align: top;
}

.shirt{
	width:100%;
	max-width:1000px;  
	margin: 0 auto;
	padding-bottom: 18px;
	color:#fff;
}
.shirt_title{
    padding:15px 0;
}

.shirt_title h3{
	font-size:120%;
	font-weight:bold;
	color:#988c43;
}
.shirt_text{
	width:100%;
	max-width:1000px;
	padding:10px;
	margin-bottom:15px;
}
.shirt-inner{
	width:100%;
	padding:0 0 20px;
}
.shirt_img1{
	width:49.5%;
	max-width:495px;
	padding: 10px;
	margin-right: 1%;
	background-color: #132843;
	float: left;
}
.shirt_img2{
	width:49.5%;
	max-width:495px;
	padding: 10px;
	background-color: #132843;
	float: left;
}
.shirt-inner img{
	width: 100%;
}






/* 1000px以下のスタイル（PC1000用）の記述 PC用からスタイルを継承 */
/*=============================================================================================*/
@media screen and (max-width: 1000px) {



}



/* 900px以下のスタイル（PC900用）の記述 PC用からスタイルを継承 */
/*=============================================================================================*/
@media screen and (max-width: 900px) {



}


/* 767px以下のスタイル（タブレット・スマホ用）の記述 PC用からスタイルを継承 */
/*=============================================================================================*/
@media screen and (max-width: 767px) {




}



/* 640px以下のスタイル（スマホ大用）の記述 PC･タブレット用からスタイルを継承 */
/*=============================================================================================*/
@media screen and (max-width: 640px) {


.shirt_img1{
	width:100%;
	max-width:1000px;
	padding: 10px;
	margin-right: 0%;
	background-color: #132843;
	float: left;
}
.shirt_img2{
	width:100%;
	max-width:1000px;
	padding: 10px;
	background-color: #132843;
	float: left;
}



}

/* 480px以下のスタイル（スマホ用）の記述 PC･タブレット･スマホ大用からスタイルを継承 */
/*=============================================================================================*/
@media screen and (max-width: 480px) {



}
