@charset "shift_jis";
/* CSS Document */

/* reset /////////////////////////////////////////*/
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-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%;
	font-weight:normal;
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; } 
hr {display:none;}
/* /reset /////////////////////////////////////////*/

body {

	background:#FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
	font-size: 77%;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "Osaka";
}

html>/**/body {font-size:12px;}

* + html body {letter-spacing:normal;}

br{letter-spacing:normal;}




#layout{
	width:570px;
	margin:0 auto;
	padding:5px 10px 10px 10px;
}

#link{
   position: relative;
   height:70px;	

}

#mainarea{
	width:300px;
	margin:0 auto;
	padding:10px 0 0 0;
	float:left;
}

#mainarea dl{
	clear:both;
	width:300px;
	margin:10px 10px 0 0;
}

#mainarea .mes {
	clear:both;
	width:300px;
	text-align:left;
	float:left;
}

#mainarea .attribute {
	clear:both;
	width:300px;
	height:17px;
	margin:10px 0 15px 0;
	_margin:1px 0 1px 0;
	float:left;
}

#mainarea .mes .title {
	margin:5px 0 5px 0;
}

#mainarea dt{
	float:left;
	text-align:left;
	width:100px;
	background:url(../../img/i_arw.gif) no-repeat left center;
	padding:0 0 0 15px;
	line-height:1.4em;
}

#mainarea dd {
	float:left;
	text-align:left;
	width:180px;
}


#mainarea #btn{
	clear:both;
	text-align:center;
	padding:20px 0 0 0;
	_padding:20px 0 0 0;
}

*:first-child+html #mainarea #btn{ 
	padding:10px 0 0 0;
}

input.kana{
	width:170px;
	_width:170px;
	ime-mode: active;
}

input.tel {
	width:50px;
	ime-mode: disabled;
}

input.mail {
	width:170px;
	_width:170px;
	ime-mode: disabled;
}


select option {
	width:140px;
}

textarea.message {
	width:320px;
	height:65px;
	margin:0 0 0 0;
	ime-mode: active;
}



#cation{
	width:215px;
	float:right;
	height:17px;
	text-align:left;
	font-size:85%;
	margin:35px 10px 10px 10px;
}

#cation strong{
	color:#ee037a;
}

#small{
	line-height:1.5em;
	padding-right:10px;
	padding-left:15px;
	text-align:left;
}

#small li{
	list-style-image: url(../../img/i_notice.gif);
	list-style-position: outside;
	padding:0 0 10px 0;
	
}


#small li A:link,A:visited,A:hover,A:active{
	color:#ee037a;
	text-decoration: underline;
}


.enq-box{
	clear:both;
	padding:10px 0 0 0;
	border-top:1px dashed #ccc;
}

.enq-box p{
	text-align:left;	
}

.enq-item ul{
	clear:both;
	margin:10px 0 0 0;
}

.enq-item ul li{
	text-align:left;
	padding:5px 0;
}


/* フォント関係*/
.red_text{
	clear:both;
	padding:20px 0 10px 5px;
	color:#ee037a;
	text-align:left;
	font-size:90%;
}

.red_text2{
	font-size:90%;
	color:#ee037a;
	text-align:left;
}

.small_red{
	font-size:85%;
	color:#b90b34;
}

.errMsg{
	height: 200px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	padding-top:60px;
	color:#b90b34;
}


a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:underline;
}

object,
a:focus {
	outline:none;
}

/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/

/* contents clearfix */
#contents:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#contents {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
/* /main clearfix */

/* description clearfix */
.description:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.description {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .description { height: 1%; }
.description { display: block; }
/* End hide from IE-mac */
/* /description clearfix */

/* ///////////////////////////////////////////////////
	clearfix
////////////////////////////////////////////////////*/


.clear {clear: both;}
.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 */#twitter_wiget {
	width: 800px;
	margin-bottom: 20px;
	padding-left: 4px;
	margin-top: 20px;
}


#twitter_wiget ul {
	margin: 0px;
	padding: 0px;
}
#twitter_wiget li {
	text-align: left;
	float: left;
	width: 194px;
	margin-right: 2px;
	margin-left: 2px;

	
}
