@charset "utf-8";
/*---------------------------------
	CommonCSS [初期化,定義]
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
table {
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,var {
	font-style:normal;font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;	font-weight:normal;	line-height:100%;
}
/*---------------------------------
	        Base CSS 
---------------------------------*/
/* Default Link Style */
a{color:#333;text-decoration:none}
a:hover{color:#087359;text-decoration:underline}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:100%;
	color:#555555;
	font-size:100%;
}
h1{
	padding-top:18px;
	font-size:12px;
	line-height:130%;
}
h2{
	font-size: 16px;
	color:#fff;
	padding:10px 0 10px 15px;
	margin-bottom:10px;
	background:#999;
	border-radius:14px;
}
h3{
    color: #333333 ;
    font-size: 15px;
    padding:8px 0 8px 10px;
	background:#FFCFCF;
	margin:10px 0 5px;
}
header{
	margin:0 auto 10px;
}
#formWrap {
	width:830px;
	margin:0 auto;
	color:#333;
	line-height:140%;
	font-size:90%;
	 font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer{
	text-align:center;
	padding:20px 0 0;
	background:#FFCFCF;
	margin:15px 0 0;
	font-size:12px;
}
/*---------------------------------
	       /Base CSS 
---------------------------------*/

.borderBox{
    background: #fff7f8 none repeat scroll 0 0;
    border: 2px solid #ffbac6;
    border-radius: 5px;
    margin: 0 5px 10px;
    padding: 10px;
	font-size:12px;
}
.selectRiceWrap{
	padding:10px 0;
	border-bottom:2px solid #F66;	
	margin:0px 0 10px;
}
.acordionTitle{
	cursor:pointer;	
}

/*---------------------------------
	      table CSS 
---------------------------------*/

table.formTable{
	width:100%;
	margin:15px auto;
	border:1px solid #C33;
}
table.formTable td,table.formTable th{
	border:1px solid #fff;
	padding:10px;
	background:#FFEFEF;
	vertical-align:top;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#FFCFCF;
	text-align:left;
}
table.formTable table td,table.formTable table th{
	padding:5px;
	border:0;
}

/*---------------------------------
	      /table CSS 
---------------------------------*/
/*---------------------------------
           List Style
---------------------------------*/

.base_list li{
	margin:0 0 10px 20px;
	list-style-type:disc;
	font-size:85%;
		
}
.base_list02 li{
	margin:0 0 10px 20px;
	list-style-type:disc;
	font-size:90%;
		
}
.base_list03 li{
	margin:0 0 5px 40px;
	list-style-type:disc;
	font-size:90%;
		
}
.base_list_number li{
	margin:0 0 10px 10px;
	font-size:13px;
	list-style-type:decimal;
	border-bottom:1px dotted #ccc;
	list-style-position:inside;
}
.base_dl{
	margin:10px 0 15px 20px;	
}
.base_dl dt{
	font-weight:bold;
	color:#096;
}
.base_dl dd{
	margin:0 0 10px 20px;	
}
/*---------------------------------
          / List Style
---------------------------------*/
/*---------------------------------
	      Form CSS 
---------------------------------*/
table.formTable input,table.formTable textarea{
	padding:3px;
	margin:3px;
}
.formBtn{
	width:200px;
	height:35px;
	cursor:pointer;
}

/*必須エラーメッセージ*/
div.error{
	font-size:13px;
	color:#F00;
	padding:3px 18px;
	background:url(../js/images/error.gif) no-repeat 0px 5px;
}
#mainForm th img{
	vertical-align:top;	
}
.require{
	color:#F00;
	font-size:130%;
}
/*---------------------------------
	     /Form CSS 
---------------------------------*/

/* Margin・padding class */
.m0{margin:0!important}.mt5{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.pt5{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pb5{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pr5{padding-right:5px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pl5{padding-left:5px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}
.pall5{padding:5px!important}.pall10{padding:10px!important}.pall15{padding:15px!important}
/* /Margin・padding class */

.taR {text-align:right!important;}
.taL {text-align:left!important;}
.taC {text-align:center!important}
.small {font-size:90%!important;}
.small02 {font-size:80%!important;}
.small03 {font-size:70%!important;}
.big {font-size:110%!important;}
/*Font color*/
.col1 {	color:#F66!important;}
.col2 {	color:#FF9933!important}
.col3 {	color:#FF3300!important;}
.col4 {	color:#D9006C!important;}
.col5 {	color:#669999!important}
.col6 {	color:#0000CC!important}
.col7 {	color:#000099!important}
.col8 {	color:#0066FF!important}
.col9 {	color:#333333!important}
.col10 {color:#666666!important}
.col11 {color:#009900!important}
.col12 {color:#009900!important}
.col13 {color:#996633!important}
.col14 {color:#FF66CC!important}
.col15 {color:#669900!important;}
.col16 {color:#00CC99!important;}
.col17 {color:#fff!important;}
.col18{color:#009966!important}
.col19{color:#F00!important}
.floL {float:left;margin-top:0 !important;}
.floR {float:right;margin-top:0 !important;}
.light {font-weight:normal}
.floL img{margin-right:10px;}
.floR img{margin-left:10px;}


.auto_img {
	height: auto;
    max-width: 100%;
}

/*@media screen and (max-width:572px) {*/
/*　画面サイズが572px以下はここを読み込む　*/

#formWrap {
	width:96%;
	margin:0 auto;
}

table.formTable th, table.formTable td {
	width:auto;
	display:block;
	font-size:15px;
}
table.formTable th {
	font-size:16px;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

div.smallInput div.ui-input-text{
	width:50%;
	display:inline-block;
}

table.formTable textarea{
	height:120px;	
}
.ui-btn-text{
    font-size: 14px;
}


/*
*/}


