/*Reset css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	}
 
body {
    line-height:1;
	background-color:#fff;
	font:100% "小塚ゴシック Pro R",'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
 
nav ul {list-style:none;}
 
blockquote, q {quotes:none;}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
	}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	}
 
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
	}
 
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
	}
 
del {text-decoration: line-through}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
	}
 
table {
    border-collapse:collapse;
    border-spacing:0;
	}
 
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
	}
 
input, select {vertical-align:middle;}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	}

.clearfix:before,
.clearfix:after{
    content:" ";/* 1 */
    display:table;/* 2 */
}
.clearfix:after{
    clear:both;
}

.clearfix{
    *zoom:1; 
}	
/*Reset css*/


body{
	text-align: center;
	background: url(../img/main_bg.jpg)  repeat;
	}
img{width:100%;}
img:hover {
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
	}
img {
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	}
div#all{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	}

h1{
	padding: 40px 0;
	border-bottom: 3px solid #F2943A;
	}
h1 img{width:inherit;}


h3{padding-top:20px;}
h3 a{
	font-size:18px;
	text-decoration:none;
	color:#F2943A;
	font-weight:bold;
	}
h2 a:hover{text-decoration:underline;}

h2{
	color: #FFFFFF;
	background-image: url(../img/h_bg.gif);
	font-size:18px;
	padding:5px 0;
	text-align:center;
	font-weight:normal;
	margin-top:40px;
	}


h4{
	font-size:14px;
	font-weight:normal;
	}

article{
	text-align:left;
	}

section#contents_01{
	width:49%;
	float:left;
	}
section#contents_02{
	width:49%;
	float:right;
	}

div.news_contents{
	padding-top:20px;
	}

section#coach li{
	width:18.4%;
	float:left;
	margin:2% 0 0 2%;
	list-style:none;
	}
.ml_0_01,
.ml_0_02{margin-left:0 !important;}

section#seminar p{
	margin-top:20px;
	font-size:14px;
	}
table{
	width:100%;
	max-width:100%;
	border-collapse:collapse;
	border:0px;
	}
th,td{
	padding: 10px 5px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #FF9933 !important;
	border-collapse: collapse;
	vertical-align: middle;
	}
th{
	font-weight:normal;
	text-align:right;
	background:#ffcc99;
	width:20%;
	border-collapse: collapse;
	}
td{background:#fff;}

input{height:25px;}
input#btn{
	background-color: #F2943A;
	color: #FFFFFF;
	padding: 10px 20px;
	height:inherit;
	border: 1px solid #FFFFFF;
	display:block;
	}
#btn:hover{
	background-color: rgba(242,148,58,0.80);
	}
	
footer{
	margin-top:40px;
	padding:40px 0;
	border-top: 3px solid #F2943A;
	text-align:center;
	font-size:14px;
	color:#F2943A;
	}
.mt_10{margin-top:10px;}

div.rss_contents{
	margin-top:5px;
	min-height:165px;
	background-color:rgba(255,255,255,1.00);
	}
div.rss_contents p{
	font-size: 14px;
	border-bottom: 1px dotted #F2943A;
	padding:5px 0;
	margin:0 5px;
	}

@media only screen and (max-width: 1280px){
div#all{width:95%;}
}

@media only screen and (max-width: 1000px){
div.rss_contents p{
	font-size: 12px;
	}
}
@media only screen and (max-width: 1000px){
div.rss_contents p a{
	display:block;
	}
}
@media only screen and (max-width: 720px){
img:hover {
	opacity: 1.0 ;
	filter: alpha(opacity=100) ;	/* Ie用 */
	}
img {
	-webkit-transition: 1.0s ;
	transition: 1.0s ;
	}
h1 img{width:40%;}

h2,
h3 a,
h4{
	font-size:10px;
	font-weight:bold;
	}
h3{padding-top:10px;}
div.rss_contents p{
	font-size: 10px;
	}
}

@media only screen and (max-width: 560px){
section#coach li{width:32%;}
.ml_0_02{margin-left:2% !important;}
.ml_0_03{margin-left:0 !important;}
}


@media only screen and (max-width: 360px){
h2,
h3 a,
h4{font-size:10px;}
}
