@charset "UTF-8";
/* CSS Document */

/*reset*/
html{
	overflow-y:scroll;
}

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
	color:#454545;}

body{
	font:12px/1.7 sans-serif;
	*font-size:small;
	*font: x-small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

h1,h2,h3,h4,h5,h6{font-size:1em;}
img{border:0;}
ul,ol{list-style-type:none;}
table {border-collapse: collapse; border-spacing: 0;}
img, input, select, textarea { vertical-align: middle;}
em{font-style:normal;}
address{font-style:normal;}


/* ===========================================

*Base Layout

=========================================== */

#header{
	margin-bottom:40px;
	padding-top:20px;
	border-top:#c0dd18 4px solid;
	border-bottom:#ddd 1px solid;
}

#logo{
	width:685px;
	margin:0 auto 20px auto;
}


#contents{
	width:685px;
	margin:0 auto;
}

#main{
	margin:0 20px 60px 20px;
}

#main .pageTitle{
	margin-bottom:50px;
}

#main .lead{
	margin-bottom:30px;
}

#main .article{
	padding:30px 0;
	background:url(../images/parts_dot01.png) 0 0 repeat-x;
}

#main .article h2,
#main .article p{
	margin-bottom:20px;
}

#main .articleFooter{
	padding:30px 0;
	background:url(../images/parts_dot01.png) 0 0 repeat-x;
}
	
#footer{
	padding:5px 0;
	border-top:#ddd 1px solid;
}

#footer .copyright{
	width:685px;
	margin:0 auto;
	text-align:right;
}


/* ===========================================

*Common Style

=========================================== */

/* Links
----------------------------------------------*/
a {
 color: #839f0b;
 text-decoration: none;
	outline:none;
}

a:hover {
 color: #5a7200;
 text-decoration: underline;
}

/* Font / Text
----------------------------------------------*/
/*font-size*/
.f_s{font-size:0.83em;}/*10px相当*/
.f_m{font-size:1.16em;}/*14px相当*/
.f_l{font-size:1.33em;}/*16px相当*/

/*font-style*/
.b{font-weight:bold;}/*太字*/
.n{font-weight:normal;}/*標準*/

/*text-align*/
.ta_r{text-align:right;}/*右寄せ*/
.ta_c{text-align:center;}/*中央揃え*/
.ta_l{text-align:left;}/*左寄せ*/

/*caption*/
.note{
	color:#666;
	font-size:0.83em;}

/*color*/
.org{
	color:#d65d0c;
}



/* ===========================================

*Contact

=========================================== */

/* /support/mp/contact/index.html
----------------------------------------------*/
.thanks h2{
	margin-bottom:30px;
}

.require{
	color:#d65d0c;
	font-size:0.83em;
	font-weight:normal;
}

.error{
	color:#d65d0c;
}

.w100p{
	width:98%;
}

.w305{
	width:305px;
}

.table02{
	margin:30px 0;
}

.table02 th,
.table02 td{
	border:1px solid #ccc;
	padding:10px;
	text-align:left;}
	
.table02 th{
	background:#f3f3f3;
	width:200px;
	vertical-align:top;
}

.table02 td{
	background:#fff;
}

.table02 input,
.table02 textarea{
	padding:2px;
	font-size:12px;
}

.table02 input#mail,
.table02 input#tel{
	ime-mode:desable;
}

.functionBtn{
	text-align:center;
}

.functionBtn li{
	display:inline;
	padding:0 5px;
}

.functionBtn li button {
	width: 135px;
	height: 33px;
	color: #c0dd18;
	background-color: #333333;
	border: none;
	border-radius: 2px;
	letter-spacing: 0.05em;
}

.functionBtn li button:hover {
	background-color: #484848;
}

.ptop{
	margin:10px 0;
	text-align:right;
	line-height:1;
}