@charset "utf-8";

.only_pc{
	display:none;
}

.only_sp{
	display:block;
}


img{
	max-width:100%;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;
	padding:0;
}
header h1 {
/*	display: none;*/
	margin:0;
}
/*ロゴ画像の設定*/
header #logo img {
	max-width: 100%;
	height: auto;
	margin:10px 0;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 49%;
	margin: 0 0 5px 1%;
	border: 1px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menu ul li a {
	width: auto;
}
/*現在表示中メニュー。current*/
nav#menu ul li#current {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #837768;
}
/*奇数番目のメニューの設定*/
nav#menu li:nth-child(odd) {
	width: 50%;
	margin: 0;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}

#main {
	padding-left:0px;
	border-left:none;
}

#sidemenu ul li{
	width:50%;
	float:left;
	text-align:center;
	border:1px dotted #999;
	box-sizing:border-box;
	padding:10px 0 5px 0;
}

#sidemenu ul li a{
	display:block;
}

#side_shomei{
	margin-top:0;
	margin-bottom:-30px;
	border-top:1px #999 solid;
	padding-top:20px;
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: auto;
	width: 100%;
	margin: 0px 0px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article figure img {
	height: auto;
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*汎用
---------------------------------------------------------------------------*/

.ltrp{
	overflow:hidden;
}

.ltrp p{
	padding-left:10px;
}

.ltrp img{
	float:none;
	margin-left:0px;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}

.ltrp p > img{
	float:none;
	margin-left:0px;
}

.lprt{
	overflow:hidden;
}

.lprt img{
	float:none;
	margin-left:0px;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}

.ltrp p > img{
	float:none;
	margin-right:0px;
}

.no_hidden{
	overflow:visible;
}

.alignleft{
	float:none;
	margin-left:0px;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}

.alignright{
	float:none;
	margin-left:0px;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}

/* TOP
----------------------------------*/

#top_menu img{
	width:19%;
	margin:0;
}

/* スクール
----------------------------------*/

#school_huukei img{
	display:block;
	float:none;
	width:auto;
	box-sizing:border-box;
	margin-bottom:10px;
}

#school_huukei img:first-child{
	width:auto;
	border:none;
}

#school_huukei img:nth-child(2){
	border:none;
}

#school_huukei img:nth-child(3){
	border:none;
}

.school_jikanwari_1set{
	width:100%;
	float:none;
	margin-bottom:20px;
}

.school_jikanwari_1set_last{
	padding-top:0px;
}

/*商品の紹介
---------------------------------------------------------------------------*/

#styling_lists li{
	width:100%;
	margin-right:0;
	float:none;
	margin-bottom:30px;
}

/*プロフィール
---------------------------------------------------------------------------*/

#profile_gaiyou_l{
	width:100%;
	margin-right:0px;
	float:none;
}

#profile_gaiyou_r{
	float:none;
}

#profile_gaiyou_r img{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}

#profile_lists{
	clear:both;
}

#profile_lists h3{
	font-weight:normal;
	margin-bottom:10px;
}

#company_zentai table th{
	width:5em;
}

#company_zentai table td img{
	background:#fff;
	width:100%;
}

/*コンタクト
---------------------------------------------------------------------------*/

#contact_form ul li{
	overflow:hidden;
	margin-bottom:10px;
}

#contact_form ul li h4 span{
	color:#f00;
}
