/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");
body {
	color: #333;
	border-top: 3px solid #008C8C;
	background: url(../images/bg.gif) repeat-x 0 0 #EEEEEE;
	font-size: 62.5%;
	font-family: " メイリオ", Meiryo, Osaka, " ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MSPGothic", sans-serif;
}
body.lower {
	background: none;
}
p {
	line-height: 1.5em;
}
/*================================
HEADER
================================*/
header {
	position: relative;
}
header img {
	line-height: 1.5;
}
#siteID {
	padding: 24px 0 10px 0;
}
#siteID h1 {
	font-size: 1em;
	font-weight: 400;
	font-family: 'Marcellus', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#siteID #description {
	font-size: 1em;
	max-width: 234px;
	background: #ECECEC;
	text-align: center;
	color: #533B0D;
}
#siteID #description.asahiawa {
	max-width: 314px;
}
#siteID #description.otaru {
	max-width: 288px;
}
#siteID #description.iwamizawa {
	max-width: 340px;
}
#siteID #description.muroran {
	max-width: 288px;
}
#siteID #description.obihiro {
	max-width: 288px;
}
#siteID #description.kushiro {
	max-width: 314px;
}
#siteID #description.kitami {
	max-width: 288px;
}
#siteID #description.hakodate {
	max-width: 314px;
}
#head_tel {
	position: absolute;
	top: 15px;
	right: 230px;
}
#head_tel dt {
	float: left;
	padding-right: 13px;
}
#head_tel dd {
	float: right;
}
#mail {
	max-width: 212px;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2em;
}
/*================================
NAVIGATION
================================*/
nav#global {
	margin: 20px 0 0 0;
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 1px;
}
nav#global li {
	width: 20%;
	text-align: center;
	float: left;
}
nav#global li a:first-child {
}
nav#global li a:last-child {
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
nav#global li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #444;
	padding: 10px 0;
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
nav#global li a:hover {
	background-color: #FEFFE2;
}
nav#global li span {
	display: block;
	text-align: center;
	color: #008C8C;
	font-size: 1.5em;
}
/*================================
パンくず用
================================*/
nav#pankuzu {
	padding: 5px 2% 0 2%;
}
nav#pankuzu li {
	display: inline-block;
	font-size: 12px;
}
nav#pankuzu li + li:before {
	margin: 0 5px;
	content: ">";
}
/*================================
画像のサイズを100%にする
================================*/
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
}
/*===============================
index
===============================*/

body.index .box h1, body.index .box h2 {
	font-size: 1.9em;
	color: #464637;
	line-height: 1.4em;
	font-weight: normal;
}
body.index .box h1 {
	color: #008c8c;
}
body.lower .box h1, body.lower .box h2 {
	font-size: 1.8em;
	color: #008c8c;
	line-height: 1.4em;
	font-weight: normal;
}
body .box h2 {
	margin-bottom: 20px;
}
body.lower .box h3 {
	border-top: 2px solid #008c8c;
	border-bottom: 2px solid #008c8c;
	padding: 25px 0;
	margin-top: 40px;
}
body.lower .box h3.h3_image {
	border: none;
	padding: 0;
}
body.lower .box p {
	color: #555;
}
.box .head_img {
	width: 100%;
}
#index_bottom_system {
	width: 50%;
	float: left;
}
#index_bottom_system p {
	margin-bottom: 0;
}
#index_bottom_system img {
	vertical-align: bottom;
	width: 100%;
}
#index_bottom_courses {
	width: 50%;
	float: right;
	background: url(../images/index_corse_bg.jpg);
	min-height: 265px;
}
#index_bottom_courses p {
	margin-bottom: 0;
}
#index_bottom_courses dt img {
	min-width: 100%;
}
#index_bottom_courses dd {
	text-align: center;
	margin-top: 10px;
}
.index_ads {
}
.index_ads li {
	padding-bottom: 10px;
}
.index_ads li img {
	min-width: 100%;
}
#topics, #blog {
	position: relative;
}
#topics h4 a, #blog h4 a {
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
}
#bottom_contact {
	background: #FFF;
	/* Firefox v1.0+ */
	-moz-border-radius: 5px 5px 0 0;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 5px 5px 0 0;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 5px 5px 0 0;
}
body.lower #bottom_contact {
	border: 5px solid #008C8C;
	margin-bottom: 30px;
}
#bottom_contact h3 {
	padding-bottom: 5px;
}
#bottom_contact h4 {
	font-size: 20px;
	color: #008C8C;
}
#bottom_contact h4 img {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
#bottom_contact_left {
	padding: 15px;
}
#bottom_contact_right {
	padding: 15px;
}
#bottom_contact_right p {
	font-size: 12px;
	line-height: 1.3em;
	padding-top: 6px;
}
.open_time {
	font-size: 15px;
	color: #333;
	line-height: 1.4em;
}
.open_time span {
	display: block;
	font-size: 11px
}
#info_wrapper {
	width: 100%;
	background: #FFF;
}
#info_box {
	max-width: 980px;
	margin: 20px auto 0 auto;
	padding: 30px;
}
#info_wrapper h4 {
	color: #008C8C;
	font-size: 18px;
	border-left: 3px solid #008C8C;
	padding: 0;
	margin-bottom: 5px;
	padding-left: 5px;
}
#info_wrapper dl {
	padding: 0 10px;
}
#info_wrapper dt {
	padding: 7px 0 0 0;
	font-size: 12px;
	color: #38878A;
}
#info_wrapper dd {
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
}
#info_wrapper dd a:link, #info_wrapper dd a:visited {
	color: #333;
	text-decoration: none;
}
#info_wrapper dd a:hover {
	color: #666;
	text-decoration: underline;
}
.fb-like-box {
	width: 100%;
	margin-bottom: 15px;
	background: #FFF;
}
/* Facebook Like Box width: 100% */
.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
	width: 100% !important;
	background: #FFF;
}
/*===============================
contents
===============================*/
.box {
	background: #fff;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.6em;
	position: relative;
	word-wrap: break-word;
	/* Firefox v1.0+ */
	-moz-border-radius: 7px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 7px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 7px;
}
.box .box_inner {
	padding: 0 20px 20px 20px;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
/*.box h1{
font-size:2.0em;
border-bottom:1px dashed #999;
margin-bottom:20px;
padding-left:10px;
color:#c00;
line-height:1.3;
}

.box h2{
font-size:1.8em;
background:#EFEFEF;
border-left:10px solid #c00;
padding:5px 10px;
margin-left:-15px;
margin-bottom:20px;
line-height:1.3;
}*/

.box h3 {
	font-size: 1.7em;
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 1.3;
}
.box p {
	margin-bottom: 12px;
	line-height: 1.6em;
	/*color:#333;*/
	color: #444;
	text-align: justify;
}
/*===============================
リンクの装飾
===============================*/
/*コンテンツ内の通常リンク*/
.link_button {
	text-align: right !important;
}
.link_button a {
	color: #e4007f;
	text-decoration: none;
}
.link_button a:hover {
	color: #090;
	text-decoration: underline;
}
.link_button a {
	display: inline-block;
	width: 250px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.link_button a::before,
.link_button a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.link_button a,
.link_button a::before,
.link_button a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.link_button a {
	font-size: 110%;
	background-color: #008c8c;
	color: #fff;
}
.link_button a:hover {
	background-color: #59b1eb;
	text-decoration: none;
	color: #FFF;
}

/*===============================
写真の装飾
===============================*/
/* シャドウを使った写真の装飾 */


.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}
/*================================
詳細ボタン用
================================*/
p.more {
	text-align: right;
	margin-top: 20px;
}
/*================================
SIDEBARの装飾
================================*/
#sidebar {
	font-size: 1.3em;
	padding-top: 20px;
}
.sideinfo {
	background: #fff;
	padding: 0;
	margin-bottom: 30px;
	/* Firefox v1.0+ */
	-moz-border-radius: 5px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 5px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 5px;
}
.sideinfo h4 {
	border-bottom: none;
	padding: 5px 7px;
	background: #4BB2B5;
	color: #FFF;
	font-size: 18px;
	/* Firefox v1.0+ */
	-moz-border-radius: 5px 5px 0 0;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 5px 5px 0 0;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 5px 5px 0 0;
}
.satelites {
}
.lower .satelites {
	background: #F2F2F2;
}
.satelites dt {
	padding: 8px 0 3px 12px;
}
.satelites dt a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.satelites dt span {
	color: #4BB2B5;
}
.satelites dd {
	padding: 0 12px 8px 12px;
	border-bottom: 1px solid #CCC;
}
.satelites dd:last-child {
	border-bottom: none;
}
.satelites dd p {
	line-height: 1.3em;
}
/*.sideinfo h4,
.ad h4{
font-size:1.6em;
border-bottom:2px solid #999;
margin-bottom:15px;
}
*/

.sideinfo h5 {
	font-weight: bold;
	font-size: 1.2em;
}
.newentry img {
	float: left;
	margin: 0 7px 5px 0;
	border: 1px solid #999;
	padding: 3px;
}
.newentry dd {
	margin-top: 10px;
}
.newentry h5 a {
	color: #069;
	text-decoration: none;
}
.newentry h5 a:hover {
	color: #c00;
}
.newentry p {
	margin-bottom: 15px;
}
.icon-file-text-alt {
	font-size: 1.1em;
	margin: 0 5px 0;
}
.bnr {
}
.bnr li {
	padding-bottom: 5px;
}
/*================================
FOOTER
================================*/
#footerContainer {
	margin-top: 0;
	padding: 20px 0 0 0;
	background: #EDEDED url(../images/bottom_bg.gif) repeat-x;
}
#footer_box {
	max-width: 980px;
	margin: 0 auto;
}
#footer_box ul {
}
#footer_box li:first-child {
	border-left: 1px solid #8D8D73;
}
#footer_box li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 7px;
	font-size: 12px;
	color: #575747;
	border-right: 1px solid #8D8D73;
}
#footer_box li a:link, #footer_box li a:visited {
	color: #575747;
	text-decoration: none;
}
#footer_box li a:hover {
	color: #8D8D73;
	text-decoration: underline;
}
#footer_info p {
	padding-bottom: 6px;
}
#copyright {
	clear: both;
	text-align: right;
	padding-bottom: 8px;
}
/*================================
LOWER COMMON
================================*/
ul.list_s001 {
	margin-bottom: 25px;
}
ul.list_s001 li {
	border-bottom: 1px dotted #CCC;
	padding: 8px 0 8px 13px;
	color: #563E2B;
	background: url(../images/list_dot.gif) no-repeat 0 16px;
}
/*================================
course
================================*/
.course_box {
	border: 10px solid #CCC;
	padding: 0;
	margin-bottom: 30px;
}
.course_box h3 {
	margin-top: 0 !important;
	border: none !important;
	color: #FFF;
	padding: 15px !important;
	text-shadow: 1px 1px #000000;
}
.course_box h4 {
	color: #674E35;
	padding: 0 15px 15px 15px;
	font-size: 22px;
}
.course_box h5 {
	color: #008C8C;
	padding: 0 15px 15px 15px;
	font-size: 20px;
}
.course_box p {
	padding: 0 15px 4px 15px;
}
.list-class {
	padding: 0 0 0 15px;
	margin-bottom: 25px;
}
.list-class li {
	font-size: 1.1em;
	float: left;
	background: #4A7F76;
	padding: 3px 5px;
	margin: 0 10px 10px 0;
	border-radius: 3px;
	color: #FFF;
}
.question {
	padding: 0 15px 0 15px;
	margin-bottom: 25px;
}
.question dt {
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #674e35;
}
.question dd {
	line-height: 1.5em;
	background: url(../images/list_dot.gif) no-repeat 0 8px;
	padding: 0 0 10px 10px;
}
.p-s {
	border-color: #FFB155;
}
.j-h-s {
	border-color: #95DE72;
}
/*.h-s{ border-color:#408CFF;}*/
.h-s {
	border-color: #4290DC;
}
.p-s h3 {
	background: #E17505;
}
.j-h-s h3 {
	background: #75BC0F;
}
.h-s h3 {
	background: #1E669F;
}
/*================================
system
================================*/
#system_box {
	background: #FCFBE9;
	padding: 20px 20px 10px 20px;
	margin-bottom: 25px;
	border-radius: 3px;
}
#system_box h3 {
	border-top: none;
	padding: 0 0 4px 35px;
	margin: 0 0 4px 0;
	font-size: 1.5em;
	background: url(../images/check01.png) no-repeat 0 0;
}
#system_box p.catch {
	font-size: 1.1em;
	padding-bottom: 25px;
	padding-left: 35px;
}
article#system h4 {
	font-size: 1.5em;
	margin-bottom: 10px;
	padding: 10px;
	background: #C3EFF9;
	border-radius: 4px;
}
article#system caption {
	font-size: 1.3em;
	color: #403428;
	margin-bottom: 4px;
	padding-left: 5px;
	border-left: 3px solid #4BB2B5;
}
#flow {
	border: 10px solid #4BB2B5;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
#flow li {
	float: left;
}
#flow_detail {
}
#flow_detail h4 {
	background: #F2E2B4 !important;
	margin-top: 30px;
	color: #544833;
}
#flow_detail h4 img {
	vertical-align: middle;
	padding: 0 3px 0 0;
}
/*================================
reason
================================*/
#point h4 {
	font-size: 1.3em;
	color: #4A7F76;
	margin: 25px 0 15px 0;
	border: 1px solid #AAA;
	padding: 15px;
}
.crm {
	background: #FCFBE9;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 0;
	border-radius: 3px;
}
.crm h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #4A7F76;
}
.crm input {
	width: auto;
}
.crm img {
	vertical-align: middle;
}
.crm table {
	margin: 0 auto;
}
/*================================
faq
================================*/

#faq h4 {
	color: #008c8c;
	font-size: 20px;
	margin: 35px 0 15px 0;
	border-left: 4px solid #CCC;
	padding: 0 0 0 7px;
}
.faq_list {
	margin-bottom: 25px;
}
.faq_list li a {
	display: block;
	padding: 10px;
	color: #444;
}
.faq_list li a:hover, .faq_list li a:visited {
	background: #FFF3F3;
	text-decoration: none;
	color: #333;
}
.faq_list li:nth-child(odd) {
	background: #EDEDED;
}
.faq_list li:nth-child(even) {
	background: #EFF5FF;
}
.faq_definition_list {
}
.faq_definition_list dt {
	padding: 10px;
	background: url(../images/lower_bg.jpg) repeat-x 0 0;
}
.faq_definition_list dd {
	margin-bottom: 25px;
	font-size: 90%;
	color: #5C5656;
	padding: 10px 15px;
}
.to_top {
	text-align: right !important;
	margin: 15px 0 40px 0;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #EDEDED;
}
.to_top a {
	border: 1px solid #CCC;
	padding: 10px;
	background: #FFF;
	text-decoration: none;
}
.to_top a:link, .to_top a:visited {
	color: #666;
}
.to_top a:hover {
	background: #EDEDED;
	text-decoration: none;
}
/*================================
privacy
================================*/

.privacy-list {
	margin: 10px 0 20px 25px;
}
.privacy-list li {
	padding: 15px 0;
	list-style: decimal;
	color: #555;
}
/*================================
area
================================*/
.dl-area {
	border: 1px solid #CCC;
	background: #F5FDE3;
	padding: 15px;
	margin-bottom: 25px;
}
.dl-area dt {
	font-size: 18px;
	font-weight: bold;
	color: #008c8c;
	margin-bottom: 5px;
}
.dl-area dd {
	float: left;
	background: url(../images/list_dot.gif) no-repeat 0 8px;
	padding: 0 20px 0 10px;
}
#voice {
}
	#voice div {
		background: #EFEFEF;
		padding:15px;
		margin-bottom: 15px;
	}
	#voice h4 {
		color: #008c8c;
		padding-bottom: 3px;
	}
	#voice p {
		font-size: 85%;
	}


/*common*/
.img_r {
	float: right;
	padding: 0 0 15px 15px;
	background: #FFF;
}
.img_l {
	float: left;
	padding: 0 15px 15px 0;
	background: #FFF;
}
hr.end {
	clear: both;
	visibility: hidden;
	height: 1px;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=80);
}
.pc_d_n {
	display: none;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*================================
contact
================================*/
.contact_box {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 25px 25px;
	margin-bottom: 25px;
}
/*
.contact_box h3{ font-size:1.4em !important; color:#008C8C; margin:0 0 3px 0 !important; padding:0 0 0 0 !important; border:none !important; border-left:4px solid #008C8C;}
*/
.contact_box dt {
	font-size: 1.3em;
	color: #403428;
	margin-bottom: 7px;
	padding-left: 5px;
	border-left: 3px solid #4BB2B5;
}
.contact_box dd {
	color: #333;
	padding: 0 0 0 10px;
}
.contact_box:hover {
	background: #FFF9ED;
	text-decoration: none;
}
/*フォーム*/
table.table-form {
	width: 100%;
	margin-bottom: 30px;
}
.table-form th, .table-form td {
	padding: 10px;
	border: 1px solid #ddd;
}
.table-form th {
	background: #f4f4f4;
}
.require {
	color: #DF5052;
}
/*----------------------------------------------------
    .table-form
----------------------------------------------------*/
.table-form th {
	width: 30%;
	text-align: left;
	vertical-align: top;
}
/*----------------------------------------------------
    ブログ
----------------------------------------------------*/
div.post {
	padding: 15px 0;
	border-bottom: 1px solid #CCC;
}
div.post h2 {
	margin-bottom: 3px !important;
}
div.post h2 a:link, .post h2 a:visited {
	color: #333;
}
div.post h2 a:hover {
	color: #008c8c;
	text-decoration: underline;
}
div.post .date {
	font-size: 0.9em;
	color: #6A492F !important;
}
.nav-below a:link, .nav-below a:visited {
	color: #666;
}
.nav-below a:hover {
	text-decoration: none;
	color: #FFF;
}
.widget-container li {
	border-bottom: 1px solid #DDD;
	margin-left: 0 !important;
	padding: 10px 0;
}
.widget-container li a:link, .widget-container li a:visited {
	color: #666;
}
.widget-container li a:hover {
	color: #999;
}
.widget-container h3 {
	margin-bottom: 0 !important;
}
.more-link {
	display: inline-block;
	border: 1px solid #CCC;
	padding: 5px 20px;
	margin-top: 10px !important;
}
.more-link:link, .more-link:visited {
	color: #666;
}
.more-link:hover {
	color: #999;
	text-decoration: none;
}

@media only screen and (max-width:875px) {
#siteID {
	padding: 24px 10px 10px 10px;
}
#head_tel {
	top: 25px;
}
#head_tel dt {
	display: none;
}
#mail {
	top: 25px;
	right: 10px;
}
#topics h4 a, #blog h4 a {
	display: block;
	position: relative;
	right: 15px;
	top: 0;
	text-align: right;
}
}

@media screen and (max-width: 480px) {
	.table-form {
		margin: 0;
		width: 100%;
	}
	.table-form tr {
		display: block;
		width: 100%;
	}
	.table-form th {
		display: block;
		width: 100%;
	}
	.table-form td {
		display: block;
		border: none;
		width: 100%;
	}
	.table-form tr:first-child th {
		border-top: 1px solid #ddd;
	}
}
#title_area {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
#title_area h1 {
	font-size: 24px;
	color: #FE6297;
	border: none;
}
#title_area p {
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
}
#title_area p b {
	font-weight: bold;
}
#title_area p a:link, #title_area p a:visited, #title_area p a:hover {
	color: #E85B98;
}
#contact {
	width: 95%;
	margin: 0 auto;
}
#contact p {
	padding: 0 0 15px 0;
}
#contact_message_area {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#formWrap {
}
#formWrap h4 {
	font-size: 18px;
	margin: 15px 0;
	border-bottom: 3px solid #CCC;
	padding-bottom: 3px;
}
.error_messe {
	color: #C61E20 !important;
}
form p {
	font-size: 14px;
	color: #666;
}
.select {
	clear: both;
	padding: 0 0 20px 0;
}
input, textarea {
	width: 100%;
	height: 40px;
	background: #FeFeFe;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #3a3a3a;
	margin-bottom: 20px;
}
input[type="radio"], input[type="checkbox"] {
	width: auto;
	height: auto;
}
input:focus, textarea:focus {
	border: 1px solid #97d6eb;
}
textarea {
	height: auto;
}
input#send {
	color: #000000;
	background-color: rgba(254,170,170,0.6);
	width: 100%;
	height: 50px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}
#submit:hover {
	opacity: 0.9;
}
.form_txt {
	margin-bottom: 4px;
	color: #333;
	font-size: 14px;
	background: #F4F1E7;
	padding: 12px;
}
.red {
	color: #9D4546;
}
.price_big {
	font-size: 160%;
	color: #CE191C;
	line-height: 2em;
}
.sp_img {
	display: none;
}

@media (max-width : 768px) {
/*================================
HEADER
================================*/
header {
	position: relative;
}
#siteID {
	padding: 10px 0 10px 0;
}
#siteID h1 {
	text-align: center;
}
#logo {
	padding: 0 15px;
	text-align: center;
}
#siteID #description {
	margin: 5px auto 10px auto;
	text-align: center;
}
#head_tel {
	position: relative;
	right: 0;
	top: 0;
}
#head_tel dt {
	display: none;
}
#head_tel dd {
	float: none;
	text-align: center;
}
#head_tel dd span {
	display: block;
	float: none;
	text-align: center;
	clear: both;
}
#mail {
	max-width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
	background: #ECECEC;
}
/*================================
NAVIGATION
================================*/
nav#global {
	margin: 10px 0 0 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 1px;
}
nav#global li {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 7px;
	border-left: 2px solid #008C8C;
	margin-bottom: 7px;
}
nav#global li a:first-child {
}
nav#global li a:last-child {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
nav#global li a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #444;
	padding: 3px 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
nav#global li a:hover {
	background-color: #FEFFE2;
}
nav#global li span {
	font-weight: bold;
	display: block;
	text-align: left;
	color: #008C8C;
	font-size: 1.5em;
}
/*FOOTER*/
#footerContainer {
	margin-top: 0;
	padding: 20px 10px 10px 10px;
	background: #EDEDED url(../images/bottom_bg.gif) repeat-x;
}
#footerContainer p {
	text-align: center;
}
#footer_box ul {
}
#foot_menu {
	margin: 10px 15px;
	width: 90%;
}
#copyright {
	text-align: center;
}
/*Content*/

body.index .box h1 {
	font-size: 1.4em;
	color: #008c8c;
	margin-bottom: 4px;
	line-height: 1.3em;
	font-weight: normal;
}
body.index .box h2 {
	font-size: 1.1em;
	color: #464637;
	line-height: 1.3em;
	font-weight: normal;
}
body.lower .box h1, body.lower .box h2 {
	font-size: 1.3em;
	color: #008c8c;
	line-height: 1.4em;
	font-weight: normal;
}
.box h3 {
	font-size: 1.2em;
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 1.3;
}
.course_box {
	border-width: 4px;
}
.course_box h3 {
	font-size: 24px;
}
.course_box h4 {
	color: #674e35;
	line-height: 1.2em;
	font-size: 18px;
	padding: 0 15px 15px;
}
.box p {
	font-size: 14px;
}
#bottom_contact {
	margin-bottom: 0 !important;
}
#bottom_contact_left span {
	line-height: 1.2em;
}
#bottom_contact_left {
	padding-bottom: 0;
}
#bottom_contact_left img {
	width: 100%;
}
#bottom_contact_right h4 {
	font-size: 18px;
}
#bottom_contact_right #icon-mail {
	display: none;
}
#bottom_contact_right p {
	text-align: center;
}
#index_bottom_system {
	float: none;
	width: 100%;
	margin-top: 20px;
}
#index_bottom_courses {
	background: url("../images/index_corse_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: none;
	min-height: auto;
	width: 100%;
	margin-top: 15px;
}
.bnr {
	margin-top: 15px;
}
.bnr img {
	width: 100%;
}
#info_box {
	margin: 20px auto 0;
	max-width: 980px;
	padding: 15px;
}
#topics h4, #blog h4 {
	border: none;
	border-top: 3px solid #008c8c;
	font-size: 170%;
}
#topics h4 a, #blog h4 a {
	display: block;
	position: relative;
	right: 0;
	top: 0;
	text-align: right;
}
#topics {
	margin-bottom: 30px;
}
#info_wrapper dt, #info_wrapper dd {
	font-size: 14px;
}
/*料金とシステム*/
#flow li {
	float: left;
}
#flow li img {
	height: 190px;
}
/*コンテンツ領域のサイドの余白の設定*/
.box .box_inner {
	padding: 0;
}
body.index .box_inner {
	padding: 10px 15px;
	;
}
.span_9, .span_3 {
	padding-left: 10px;
	padding-right: 10px;
}
/*詳細ボタンのサイズ設定*/
p.more {
	margin: 20px 20px 0;
}
p.more a {
	padding: 10px 0;
	font-size: 1.3em;
}
/*common*/
.img_r {
	float: none;
	padding: 0 0 15px 0;
	display: block;
	width: 100%;
}
.img_l {
	float: none;
	padding: 0 0 15px 0;
	display: block;
	width: 100%;
}
.sp_d_n {
	display: none !important;
}
.pc_d_n {
	display: block;
}

.link_button {
	text-align: center !important;
}

}
