@charset "utf-8";


/* 共通スタイル */



a:hover img {
                opacity: .6;
}


td {
　　border:none;
}

a:hover {
position: relative;
top: 1px;
}


    
body {
	
	color:#525252;
	background-color: #f4f4f4;
}


header{
    border-top: #EDED5A solid 4px;
   
}


   


div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}



/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}





/* -------- リンク */

a,a:visited{
	color:#006699;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}







ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}






p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}






/* ########### 768px以上 ########### */
@media (min-width: 767px) {


/* メインスタイル */

header h1 {
  margin:0 auto;
width:900px;
}

section { 
    margin:0 auto;
    width:900px;
}

section h2 {
margin:0 auto;
width:850px;
padding: 20px 0px 20px 0px;
font-size: 18px;
font-weight:bold;
line-height:35px;
}


section p {
margin:0 auto;
width:600px;
padding: 20px 0px 40px 0px;
color:#e03b3b;
font-size: 14px;
line-height:26px;
}


#tmain{
    margin:0 auto;
   width:700px;
}

#tmain_sp {
   display:none;
}

/* フォーム */
article{
    margin: 0 auto;
    width:750px;
}

article h3{
    margin: 0 auto;
    heihgt:100px;
    padding: 10px 0px 10px 15px;
    font-size:20px;
    background-color:#ce4252;
    color:#FFF;
    	border: 1px solid #dadae0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

article p{
    font-size: 14px;
    color:#e03b3b;
}


.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:670px;
	height:auto;
	padding:0px;
	margin:30px auto;
}
    

.ms_form_body{
	width: 670px;
	height: auto;
	font-size: 14px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin:  0 auto;
	overflow: hidden;
}
.ms_form_body ul.form_list{
	width:100%;
	list-style:none;
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
.ms_form_body ul.form_list li.item{
	clear:both;
	width:220px;
	vertical-align:top;
	padding: 10px 0px 10px 8px;
	margin-bottom: 15px;
	border:none;
	float:left;
     background-color: #FFFCD6;
	font-weight: bold;
	color: #4e4e4e;
}

.ms_form_body ul.form_list li.cont{
	width: 350px;
	border:none;
	float:left;
	padding: 0px 0px 0px 30px;
	margin-bottom: 20px;
}
.ms_form_body ul.form_list li.cont-nofloat{
	clear:both;
	width:100%;
	padding:4px 0px 4px 2px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{

	width:400px;
    height: 32px;
    font-size: 16px;
	padding:3px;
　　　background-color: #fff;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border: 1px solid #dadae0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.ms_form_body ul.form_list li.cont .text80{
	width:120px;
    height: 32px;
    font-size: 16px;
	padding:3px;
　background-color: #fff;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border: 1px solid #dadae0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


    
.ms_form_body div.submit_btn {
    width: 50%;
    margin: 0 auto;
    text-align: center;

}


.ms_form_btn:hover{
  position:relative;
top:1px;
left:1px;
 opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
    -webkit-transition: 0.1s ;
	transition: 0.1s ;
}


.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


 

/* フッター */
    
footer {
    background-color: #EDED5A; 
    }    
    
    footer p{
    font-size:12px;
    text-align: center;
    padding:50px;
    }   
    

}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {


header {
    max-width: 100%;
height: auto;
vertical-align: bottom;
}

header h1 {
  margin:0 auto;
width:100%;
}

section { 
 margin:0 auto;
 width:95%;
}

section h2 {
margin: 0 auto;
margin-bottom: 20px;
width: 100%;
font-size: 16px;
line-height: 28px;
font-weight: bold;

}


section p {
width: 100%;
margin-bottom: 30px;
color: #e03b3b;
font-size: 12px;
line-height: 20px;
}

#tmain{
   display:none;
}
    
#tmain_sp{
   font-size: 12px;
   width:100%;
}
    



/* フォーム */
article{
    margin: 0 auto;
    width:100%;
}

article h3{
    margin: 10px; 
    heihgt:100px;
    padding: 10px 15px 10px 15px;
    font-size:20px;
    background-color:#ce4252;
    color:#FFF;
	
}

article p{
    margin: 10px; 
    font-size: 14px;
    color:#e03b3b;
}


.ms_form_box{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:100%;
	height:auto;
	padding:0px;
	margin:30px auto;
}
    

.ms_form_body{
	width: 90%;
	height: auto;
	font-size: 14px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin:  0 auto;
	overflow: hidden;
}
.ms_form_body ul.form_list{
	width:100%;
	list-style:none;
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}
.ms_form_body ul.form_list li.item{
	clear:both;
	width:220px;
	vertical-align:top;
	padding: 10px 0px 10px 8px;
	margin-bottom: 15px;
	border:none;
	float:left;
     background-color: #FFFCD6;
	font-weight: bold;
	color: #4e4e4e;
}

.ms_form_body ul.form_list li.cont{
	width: 100%;
	border:none;
	float:left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}
.ms_form_body ul.form_list li.cont-nofloat{
	clear:both;
	width:100%;
	padding:4px 0px 4px 2px;
	border:none;
}
.ms_form_body ul.form_list li.cont .text{

	width:90%;
    height: 32px;
    font-size: 18px;
	padding:3px;
　　　background-color: #fff;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border: 1px solid #dadae0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.ms_form_body ul.form_list li.cont .text80{
	width:38%;
    height: 32px;
    font-size: 18px;
	padding:3px;
　background-color: #fff;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border: 1px solid #dadae0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


    
.ms_form_body div.submit_btn {
    width:80%;
     margin: 0 auto;
    text-align: center;

}


.ms_form_btn:hover{
  position:relative;
top:1px;
left:1px;
 opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
    -webkit-transition: 0.1s ;
	transition: 0.1s ;
}


.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


 

/* フッター */
    
footer {
    background-color: #EDED5A; 
    }    
    
    footer p{
    font-size:14px;
    text-align: center;
    padding:20px;
    }   
        
    
    
}