@charset "euc-jp";
/* CSS Document */

/*-----------------------------------
	基本設定
-----------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";;
	font-size: 14px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
}
body,html {
	margin: 0px;
	padding: 0px;
	height:100%;
}
div,h1,h2,h3,h4,h5,h6,p,table,tr,th,td {
	box-sizing: border-box;
}
table {
	border-collapse:collapse;
}
th,td {
	text-align: left;
	vertical-align: top;
}

img {
	border-style: none;
	border-width: 0px;
	max-width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	outline: none;
}
a:link,a:visited,a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
body {
	background: url(../img/body_bg.jpg);
}



/*--------------------------------------
	背景枠
--------------------------------------*/
div#main_bg {
	background: url(../img/main_bg.png) repeat-x top;
}



/*--------------------------------------
	ヘッダー
--------------------------------------*/
div#header {
	width: 900px;
	margin:0px auto 0px auto;
	height: 95px;
}
div#logo {
	display: block;
	width: 361px;
	float:left;
	margin-top:25px;
}
div#header p.cap {
	color: #C5C5C5;
	font-size: 11px;
	margin-top:10px
}
div#contact_link {
	width: 300px;
	height:auto;
	float: right;
	margin-top: 0px;
	background-color: #bbac7a;
}
div#contact_link a img {
	width: 48%;
}


/*--------------------------------------
	メイン
--------------------------------------*/
div#main {
	width: 898px;
	background: #FFFFFF;
	margin:0px auto 0px auto;
	padding:20px 0px 15px 0px;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
}
div#main h2 {
	width: 100%;
    height: 60px;
    font-size: 20px;
    background-color: #f3f1e5;
    border: 1px solid #cccccc;
    border-top: 2px solid #0c2d5e;
    color: #660000;
    padding-top: 20px;
    padding-left: 20px;
    line-height: 100%;
	font-weight: bold;
	margin: 0;
}
div#main p.note {
	text-align: right;
	color: #666666;
}

/*--------------------------------------
	フッター
--------------------------------------*/
div.pagetop {
	width: 860px;
	margin:100px auto 0px auto;
	text-align: right;
}
div#foot_bg {
	background: url(../img/foot_bg.jpg) repeat;
	height:200px;
}
div#footer {
	width: 900px;
	margin: 0px auto 0px auto;
}
div.footer_navi {
	background: #FFFFFF;
	border-top: 1px dotted #999;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	padding: 30px 30px 0px 30px;
	height:90px;
}
div.footer_navi p {
	background: url(../img/ico.png) no-repeat 0px 7px;
	text-indent: 10px;
	float: left;
	margin:0px 35px 7px 0px;
}
div.footer_navi a {
	font-size:14px;
}
div.copybox {
	height: 60px;
	width: 900px;
	background: url(../img/copybox.png);
	margin: 0px auto 0px auto;
}
div.copybox p.foot_logo {
	height: 60px;
	width: 137px;
	margin-left: 15px;
	float:left;
}
div.copybox p.foot_logo a {
	display: block;
	height: 60px;
	width: 137px;
	text-indent:-9999;
}

div.copybox p.add {
	color: #FFFFFF;
	padding:25px 0px 0px 185px;
}

/*//////////////////
中学制服ページ共通
//////////////////*/
div.title_box{
	margin-bottom:30px;
}
div.title_box h3,
div.title_box p{
	text-align:center;
	margin-bottom:10px;
}
div.article{
	width:721px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
}

div.j_highschool {
	border:solid 1px #CCCCCC;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

#saisun {
	/*margin-top: 17px;*/
	margin-right: 12px;
}

div#kitei {
	padding: 0;
	margin: 0;
	padding-left: 15px;
}
#kitei img {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 8px;
	margin-right: 0;
}
#kitei img:hover {
	border: 2px solid #999999;
}
table.box {
	width: 721px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 25px;
	border: 1px solid #20352C;
}
.box th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.title {
	height: 33px;
	padding-top: 5px;
	padding-left: 10px;
}
#tokuten,
#after,
#select,
#howto {
	background-color: #4CA535;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 100%;
}
#undermenu {
	text-align: right;
	margin-top: 25px;
}
p.gentei {
	margin-top:10px;
	margin-bottom:10px;
}

p.comment {
	font-size:14px;
	color:#ff0000;
}


div.goods {
	margin-bottom: 25px;
}

/*#l_seihuku {
	margin-top: 6px;
}

*/


/*中学生服ページ説明部分*/

div.LargeIMG {
	position: relative;
}

#LargImg01, #LargImg02, #LargImg03, #LargImg04, #LargImg05, #LargImg06, #LargImg07 {
	position: absolute;
	left: 10px;
	top: 10px;
}
.subdetail img {
	display: block;
}
td.subdetail div {
	display: none;
	padding-top: 10px;
	width: 280px;
}

td.subdetail div.explanation {
	display:block;
}

/**/

/*-----インフォメーション内のstrongタグを太字に-----*/
.info strong {
	font-weight: bold;
}

/*641以上表示========================================*/

@media screen and (min-width:901px){
/***PC*********************/
	.pcnone{
		display: none;
	}
/***PCここまで*********************/
}	
	
/*900以下表示========================================*/

@media screen and (max-width:900px){
/***スマホ*********************/
.mbnone,
.spnone{
	display:none;
}
img{
	max-width: 100%;
	max-height: auto;
}
	
#mbmenu .drawer-hamburger-icon, 
#mbmenu .drawer-hamburger-icon:after, 
#mbmenu .drawer-hamburger-icon:before {
    background: #333333;
	height: 3px;
}
#mbmenu .drawer-hamburger {
    background:rgba(255,255,255,0.3)
}
	#mbmenu li a{
		margin: 8px 20px ;
		font-size: 20px;
	}
/*--------------------------------------
	ヘッダー
--------------------------------------*/
div#header {
	width: 98%;
	margin:0px auto;
	height:auto;
}
div#logo {
	display: block;
	width: 100%;
	float:none;
	margin-top:0px;
	padding:20px;
}
div#header p.cap {
	color: #C5C5C5;
	font-size: 11px;
	margin-top:10px
}
div#contact_link {
	width: 100%;
	height:auto;
	position:fixed;
	bottom: 0;
	z-index: 10000;
	text-align: center;
	padding: 0;
}
div#contact_link a {
	display: inline;
}
div#contact_link a img {
	width: 200px;
	max-width: 50%;
}

	#navi {
		display: none;
	}
/*--------------------------------------
	メイン
--------------------------------------*/
div#main {
	width: 96%;
	background: #FFFFFF;
	margin:0px auto 0px auto;
	padding:20px 0px 15px 0px;
}


/*--------------------------------------
	フッター
--------------------------------------*/
div.pagetop {
	width: 100%;
	margin:100px auto 0px auto;
	text-align: right;
}
div#foot_bg {
	background: url(../img/foot_bg.jpg) repeat;
	height:auto;
}
div#footer {
	width: 100%;
	margin: 0px auto;
}
div.footer_navi {
	background: #FFFFFF;
	border-top: 1px dotted #999;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	padding: 10px 30px;
	height:auto;
}
div.footer_navi p {
	background: url(../img/ico.png) no-repeat 0px 7px;
	text-indent: 10px;
	float: none;
	margin:0px 35px 7px 0px;
}
div.footer_navi a {
	font-size:14px;
}
div.copybox {
	height: auto;
	width: 100%;
	background-image: none;
	background-color: #203155;
	margin: 0px auto;
	padding: 20px auto 50px;
}
div.copybox p.foot_logo {
	height: 60px;
	width: 100%;
	margin: 20px 0px;
	float:none;
}
div.copybox p.foot_logo a {
	display: block;
	height: 60px;
	width: 50%;
	text-indent:-9999;
}

div.copybox p.add {
	color: #FFFFFF;
	padding:0px;
	padding-bottom: 80px;
}

/*//////////////////
中学制服ページ共通
//////////////////*/
div.title_box{
	margin-bottom:30px;
}
div.title_box h3,
div.title_box p{
	text-align:center;
	margin-bottom:10px;
}
div.title_box p.copy1,
div.title_box p.copy2{
	text-align: left;
	margin: 3px;
}
div.title_box p.copy2{
	border: 1px solid #000000;
	padding: 3px;
}
div.title_box p.copy2 span{
	color: #FF0000;
}
div.article{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
}

div.j_highschool {
	border:solid 1px #CCCCCC;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

#saisun {
	margin-right: 12px;
}
/*制服特徴*/
table#dtl01{
	
}
table#dtl01 td,
table#dtl02 td{
	width:100%;
	display:block;
}
	.LargeIMG img{
		width: 100%;
		height: auto;
	}
	.subdetail{
		width: 100%;
	}
	
/*規定用品*/
div#kitei {
	width: 100%;
}
#kitei img {
	
}
#kitei img:hover {
	border: 2px solid #999999;
}
	
table.box {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 25px;
	border: 1px solid #20352C;
}
.box th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.title {
	height: 33px;
	padding-top: 5px;
	padding-left: 10px;
}
#undermenu {
	text-align: right;
	margin-top: 25px;
}
p.gentei {
	margin-top:10px;
	margin-bottom:10px;
}

p.comment {
	font-size:14px;
	color:#666666;
}


div.goods {
	margin-bottom: 25px;
}

/*#l_seihuku {
	margin-top: 6px;
}

*/


/*中学生服ページ説明部分*/

div.LargeIMG {
	position: relative;
}

#LargImg01, #LargImg02, #LargImg03, #LargImg04, #LargImg05, #LargImg06, #LargImg07 {
	position: absolute;
	left: 0px;
	top: 10px;
}
.subdetail img {
	display: block;
}
td.subdetail div {
	display: none;
	padding-top: 10px;
	width: 280px;
}

td.subdetail div.explanation {
	display:block;
}

/**/

/*-----インフォメーション内のstrongタグを太字に-----*/
.info strong {
	font-weight: bold;
}

.info article {
	max-height: 300px;
	overflow: hidden;
}
	.btn{
		text-align: right;
	}
	.openbtn,
	.closebtn{
		color: #5A9AB0;
	}
	.closebtn{
		display: none;
	}
	
/***スマホここまで*********************/
}