/* CSS Document */
@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
	text-align: center;
	color: #F9F5F6;
	display: block;

}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		16;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/


/* ##################################################################### */
/*   共通のスタイル
/* ##################################################################### */
/* ===================================================================== */
/*   共通のスタイル　パンくずリスト
/* ===================================================================== */
.breadCrumb {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	display: none;
}
.breadCrumb li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	background-image: url(../images_red/breadcrumbs_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	color: #FFFFFF;
}
.breadCrumb li a{
	text-decoration: none;
	color: #FFFFFF;
	}
.breadCrumb li.list01 {
	margin-left: 5px;
	background-image: none;
}

.mainSection{
	background-color: #EF0307;
	}

/* ===================================================================== */
/*   共通のスタイル　ページトップ
/* ===================================================================== */
#pagetop {
	
	float: left;
	width: 100%;
}
#pagetop p {
	text-indent: -9999px;
}
#pagetop p a {
	width: 76px;
	background-image: url(../images_red/pagetop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	background-position: right;
	clear: both;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 0px;
	float: right;
}

/* モバイルレイアウト : 480 px およびそれ以下. */
/* ##################################################################### */
/*	スマートフォン
/* ##################################################################### */
/* ===================================================================== */
/*	スマートフォン　グリッドの設定
/* ===================================================================== */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.8625%;
	height: auto;

}

/* ===================================================================== */
/*	スマートフォン　トップにバックグラウンドを置くためのCSS 
/* ===================================================================== */
.frameTop {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-bottom: 15px;
	height: auto;
}

/* ===================================================================== */
/*	スマートフォン　ヘッダー周り
/* ===================================================================== */
#head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	height: 105px;
}
/* --------------------------------------------------------------------- */
/*	スマートフォン　ヘッダー周り　ロゴ
/* --------------------------------------------------------------------- */
#logo {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logo a {
	height: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* --------------------------------------------------------------------- */
/*	スマートフォン　ヘッダー周り　プライマリーナビゲーション
/* --------------------------------------------------------------------- */
#GoNewslist {
	width: 35px;
	height: 35px;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	margin-right: 5px;
	color: #666;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 20px;
	background-image: url(http://www.kusokagaku.co.jp/cp/info/function/images/icon_newslist_smart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#GoInquiry {
	width: 35px;
	height: 35px;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	margin-right: 0px;
	background-color: #EAEAEA;
	color: #666;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 20px;
	background-image: url(http://www.kusokagaku.co.jp/cp/info/function/images/icon_contact_smart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#GoNewslist a,
#GoInquiry a {
	color: #666;
	text-decoration: none;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
}

#tel{
	display: block;
	width: 120px;
	top: 60px;
	position: absolute;
	padding-left: 0px;
	font-size: 110%;
	font-weight: bold;
	right: 18px;
	text-align: right;
	}

/* ===================================================================== */
/*	スマートフォン　ワイドコンテンツ
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマートフォン　ワイドコンテンツ　基本設定
/* --------------------------------------------------------------------- */
#contentWide {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contentWide #mainImage{
	float: left;
	margin-bottom: 10px;
	width: 100%;
	}
#contentWide p{
	padding-right: 3%;
	padding-left: 3%;
	}

#contentWide h3 a{
	text-decoration: none;
	color: #4978C0;
	}





/* ===================================================================== */
/*	スマートフォン　メイン周り
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマートフォン　メイン周り　メインコンテンツ（コンテンツ+ローカルナビ）
/* --------------------------------------------------------------------- */
#mainContents {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #EF0307;
}
/* --------------------------------------------------------------------- */
/*	スマートフォン　構造設定　メインイメージ
/* --------------------------------------------------------------------- */
#mainImage {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	height: auto;
}
/* --------------------------------------------------------------------- */
/*	スマートフォン　メイン周り　コンテンツ
/* --------------------------------------------------------------------- */
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #EF0307;
}

h2 {
	background-color: #E3E3E3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #666;
	font-size: 120%;
	margin-bottom: 10px;
	clear: both;
}
h2 a:link{
	color: #FFF;
	text-decoration: none;
	}
	
html h2 a:visited{
	color: #FFF;
	text-decoration: none;
	}
p {	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
	line-height: 1.9em;
}

p.layoutReadme{
	font-size: 80%;
	width: 100%;
	text-align: right;
	}
	
p.layoutLeft{
	text-align: left;
	}
p.layoutRight{
	text-align: right;
	}

/* ===================================================================== */
/*	スマートフォン　フッター周り
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマートフォン　フッター周り　フッター1/2
/* --------------------------------------------------------------------- */
.framBottom1 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #666666;
}
/* --------------------------------------------------------------------- */
/*	スマートフォン　フッター周り　フッター2/2
/* --------------------------------------------------------------------- */
.framBottom2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-bottom: 0px;
	background-color: #000000;
}


/* ##################################################################### */
/*        　 スマホ　ワイドコンテンツ 3分割　　　　                      */
/* ##################################################################### */


#contentWide #column1 p img, #contentWide #column2 p img, #contentWide #column3 p img {
	width: 100%;
	margin-bottom: 5px;
}

#contentWide #column1 p a:hover img, #contentWide #column2 p a:hover img, #contentWide #column3 p a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}


#contentWide #column1 h3, #contentWide #column2 h3, #contentWide #column3 h3 {
	width: 96%;
	background-image: url(http://www.kusokagaku.co.jp/cp/info/function/images/pickup_title_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	text-indent: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2%;
	padding: 0px;
	line-height: 2em;
	text-decoration: none;
}

#contentWide #column1 p, #contentWide #column2 p, #contentWide #column3 p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contentWide #column1 p.read, #contentWide #column2 p.read, #contentWide #column3 p.read {
	margin-bottom: 3px;
	font-size: 100%;
	clear: both;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
}
#contentWide #column2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contentWide #column3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* ===================================================================== */
/*    スマホ　もっと見る　　　　　　　　　　　　　　　                     　    */
/* ===================================================================== */


p.more {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding-right: 0px!important;
	padding-left: 0px!important;
}
p.more a {
	background-image: url(../images/icon_more.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 45px;
	float: right;
	margin-bottom: 15px;
	text-indent: -9999px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-right: 15px;
}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
/* ##################################################################### */
/*	タブレット
/* ##################################################################### */
/* ===================================================================== */
/*	タブレット　グリッドの設定
/* ===================================================================== */	
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.8625%;
	padding-left: 0.5687%;
	padding-right: 0.5687%;
}
/* ===================================================================== */
/*	タブレット　トップにバックグラウンドを置くためのCSS 
/* ===================================================================== */
.frameTop {
	margin-bottom: 15px;
}

/* ===================================================================== */
/*	タブレット　ヘッダー周り
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	■タブレット　ヘッダー周り　ロゴ　（無）
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	タブレット　ヘッダー周り　プライマリーナビゲーション
/* --------------------------------------------------------------------- */
#GoNewslist {
	width: 80px;
	height: 25px;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	margin-right: 10px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	background-image: url(http://www.kusokagaku.co.jp/cp/info/function/images/icon_newslist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#GoInquiry {
	width: 80px;
	height: 25px;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	margin-right: 0px;
	text-align: center;
	margin-top: 20px;
	background-image: url(http://www.kusokagaku.co.jp/cp/info/function/images/icon_contactus.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#GoNewslist a, #GoInquiry a {
	width: 80px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
}

#tel{
	display: block;
	width: 150px;
	top: 60px;
	}


/* ===================================================================== */
/*	タブレット　メイン周り
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	タブレット　メイン周り　メインコンテンツ（コンテンツ+ローカルナビ）
/* --------------------------------------------------------------------- */
#mainContents {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* --------------------------------------------------------------------- */
/*	タブレット　メイン周り　コンテンツ
/* --------------------------------------------------------------------- */


/* ===================================================================== */
/*	タブレット　ワイドコンテンツ
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	タブレット　ワイドコンテンツ　基本設定
/* --------------------------------------------------------------------- */
#contentWide #column1 h3, #contentWide #column2 h3, #contentWide #column3 h3 {
	width: 100%;
	margin-left: 0px;
}
	
#contentWide p{
	padding-right: 0%;
	padding-left: 0%;
	}

#contentWide #column1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 31.8181%;
	display: block;
}
#contentWide #column2 {
	clear: none;
	float: left;
	margin-left: 2.2727%;
	width: 31.8181%;
	display: block;
}
#contentWide #column3 {
	clear: none;
	float: left;
	margin-left: 2.2%;
	width: 31.8181%;
	display: block;
	margin-right: 0px;
}

/* ===================================================================== */
/*	タブレット　メイン周り
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	タブレット　メイン周り　メインコンテンツ（コンテンツ+ローカルナビ）
/* --------------------------------------------------------------------- */
p {	line-height: 2.0em;

}

/* ===================================================================== */
/*	タブレット　フッター周り
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	■タブレット　フッター周り　フッター1/2　.framBottom1
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	■タブレット　フッター周り　フッター2/2　.framBottom2
/* --------------------------------------------------------------------- */

/* ===================================================================== */
/*    タブレット テーブルフォーム用（設定することにより高さが高くなる    */
/* ===================================================================== */


input.btn {
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 3px;
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}
input.search {
	background-image: url(http://www.kusokagaku.co.jp/cp/info/public_html/mobile/images/search.png);
	background-repeat: no-repeat;
	background-position: right;
}
 +html input.btn {
 margin-bottom: 0px;
}
select {
	border: 1px solid #999999;
}

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
/* ##################################################################### */
/*	PC　デスクトップ
/* ##################################################################### */
/* ===================================================================== */
/*	PC　デスクトップ　基本設定
/* ===================================================================== */
body {
	/* [disabled]background-image: url(../images/bg.gif); */
}	

.gridContainer {
	width: 970px;
	margin: auto;
	clear: both;
	
}
/* ===================================================================== */
/*	PC　デスクトップ　トップにバックグラウンドを置くためのCSS 
/* ===================================================================== */
.frameTop {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-bottom: 15px;
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
	margin-bottom: 0px;
	height: 279px;
	background-attachment: fixed;
}


/* ===================================================================== */
/*	PC　デスクトップ　ヘッダー周り
/* ===================================================================== */
#head {
	width: 970px;
	display: block;
	min-height: 106px;
}
/* --------------------------------------------------------------------- */
/*	PC　デスクトップ　ヘッダー周り　ロゴ
/* --------------------------------------------------------------------- */
#logo {
　/* Firefox用 */  
	height: 65px;
	width: 100%;
	float: left;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo a {
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/* --------------------------------------------------------------------- */
/*	PC　デスクトップ　ヘッダー周り　プライマリーナビゲーション
/* --------------------------------------------------------------------- */
#GoNewslist {
	width: 80px;
	margin-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	height: 25px;

	float: left;
	margin-left: 480px;
}
#GoInquiry {
	width: 80px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	height: 25px;
	background-image: url(http://www.kusokagaku.co.jp/cp/info/function/images/icon_contactus.png);
	float: left;
	background-color: #399;
}

#GoNewslist a, #GoInquiry a{
	height: 25px;
	width: 80px;
}

#tel{
	/*background-image: url(../images/tel_pc.png);*/
	background-repeat: no-repeat;
	height: 52px;
	width: 331px;
	margin-left: 630px;
	margin-top: 47px;
	text-indent: -9999px;
	position: static;
	padding-left: 0px;
	text-align: left;
	}

/* ===================================================================== */
/*	PC　デスクトップ　ワイドコンテンツ
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	■PC　デスクトップ　ワイドコンテンツ　基本設定
/* --------------------------------------------------------------------- */


/* ===================================================================== */
/*	PC　デスクトップ　メイン周り
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	PC　デスクトップ　メイン周り　メインコンテンツ（コンテンツ+ローカルナビ）
/* --------------------------------------------------------------------- */
#mainContents {
	margin-left: 15px;
	width: 940px;
}

/* --------------------------------------------------------------------- */
/*	PC　メインコンテンツ　コンテンツエリア
/* --------------------------------------------------------------------- */
#content {
	width: 700px;
	clear: left;
}

p {	line-height: 2.0em;

}


}
