@charset "utf-8";

h1 {
	line-height: 65px;
	margin-top: 15px;
	text-decoration: none;
}
#wrap{
	margin-top: -15px;
	text-decoration: none;
}
#form h1 h2{
	margin-top: 0px;
	text-decoration: none;
}
a{
	text-decoration: none;
}

.form-box{width: 800px;height: auto;background-color: antiquewhite;
	margin-left: auto;
	margin-right: auto;}

.kome{
	color: #D8191C;
}
.comingsoon{
	width: 100%;
	height: 500px;
	border-bottom: solid 1px;
	border-bottom-color: rgba(212,212,212,1.00);
	background-color: #FFFFFF;
}
.comingsoon h2{
	margin-top: 100px;
}
.moji_red{
	color: #CA2427;}
.form_red spam{
	color: #C4090C;
	font-size: 12px;
	margin-left: 10px;
}
table.formTable spam {
	color: #C4090C;
	font-size: 12px;
	margin-left: 10px;

}
/* -------------会社お問い合わせ---------------- */
.formp_ash{
	text-align: center;
  margin: 50px auto 50px auto;
  width: 220px;border-bottom: #333 solid 1px;
}
.formp_box{
	text-align: center;
}

form#mail_form{
  	font-family: "irohamaru"; 
	src: url("./font/irohamaru/irohamaru-Medium.ttf");
  width : 650px;
  margin : 30px auto;
  color : #555555;
  font-size : 13px;
  line-height : 1.8;
  border-top : 1px solid #b0b0b0;
  border-right : 1px solid #cccccc;
  border-bottom : 1px solid #cccccc;
  border-left : 1px solid #cccccc;
  border-radius: 10px;
}
form#mail_form dl{
  width : 650px;
  padding : 15px 25px;
  overflow : hidden;
	margin: -5px;
}
form#mail_form dl dt{
  clear : both;
  width : 180px;
  float : left;
  text-align : left;
  border-top : 1px solid #cccccc;
	padding : 12px 0 10px;
	background : url(../image/border-shine.png) repeat-x 0 0;margin: -5px;
}
form#mail_form dl dd{
  width : 340px;margin: -5px;
  float : left;
  border-top : 1px solid #cccccc;
	padding : 16px 0 10px 0px;
	background : url(../image/border-shine.png) repeat-x 0 0;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
  border : none;
  background : none;
}
form#mail_form dl dt span{
  display : block;
  font-size : 85%;
  color : #3377ff;
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #ff3030;
  font-weight : bold;
  margin-right : 1em;
}
form#mail_form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #ff0000;
}

form#mail_form input{
  height : 1.6em;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
form#mail_form input:focus,
form#mail_form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
form#mail_form input#name_1,
form#mail_form input#name_2{
  width : 90px;
}
form#mail_form input#read_1,
form#mail_form input#read_2{
  width : 90px;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm
{
  width : 250px;
}
form#mail_form input#hobby
form#mail_form input#Skill
{
  width : 250px;
}
form#mail_form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
}
form#mail_form ul li label:hover{
  cursor : pointer;
}
form#mail_form ul li input{
  height : auto;
  margin-right : 0.5em;
}
form#mail_form input#postal{
  width : 100px;
}
form#mail_form input#address_1,
form#mail_form input#address_2
{
  width : 300px;
  display : block;
  margin-bottom : 7px;
}
form#mail_form input#hobby
form#mail_form input#Skill
{
  width : 300px;
  display : block;
  margin-bottom : 7px;
}
form#mail_form input#phone{
  width : 100px;
}
form#mail_form textarea#mail_contents{
  width : 320px;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
form#mail_form input#mail_submit_button{
  width : auto;
  height : auto;
  padding : 4px 10px;
  vertical-align : middle;
  color : #444444;
  background : #eeeeee;
  border : 1px solid #cccccc;
  border-radius : 3px;
  font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
  font-weight : bold;
}
form#mail_form input#mail_submit_button:hover{
  cursor : pointer;
  color : #106dff;
  background : #e0e0e0;
}

/* --JavaScript------------------------------------------- */




/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px){

form#mail_form{
  width : 95%;
}
form#mail_form dl{
  width : auto;
  padding : 2.5% 2.5%;
}
form#mail_form dl dt{
  width : auto;
  float : none;
  text-align : left;
	padding : 10px 0 0 5px;
	font-weight : bold;
}
form#mail_form dl dd{
  width : auto;
  float : none;
  border-top : none;
	padding : 0px 0 10px 5px;
	background : none;
}
form#mail_form dl dt span{
  font-weight : normal;
  padding : 0px 0 10px 5px;	
}
form#mail_form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
	font-weight : bold;
}


form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm,
form#mail_form input#postal,
form#mail_form input#address_1,
form#mail_form input#address_2,
form#mail_form input#Birthday,
form#mail_form input#age,
form#mail_form input#height,
form#mail_form input#pweight,
form#mail_form input#size,
form#mail_form input#hobby,
form#mail_form input#Skill,
form#mail_form textarea#mail_contents{
  max-width : 100%;
}


}
/* 640pixel end */


/* リキャプチャ*/

* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.header {
  height: 65px;
  border-bottom: 1px solid #dddddd;
}

.header-left {
  float: left;
  padding: 10px 60px;
  color: #ED7000;
  font-size: 30px;
}

.header-right {
  float: right;
  color: #808080;
}

.header-right li {
  float: left;
  padding: 20px 30px;
  border-left: 1px solid #dddddd;
}

.selected {
  color: #ED7000;
}

.main {
  min-width: 800px;
}

.contact-form {
  width: 70%;
  margin: 60px auto;
  padding: 50px;
  background-color: #F5F5F5;
  color: #333;
}

.form-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}

.form-item {
  padding: 20px 0 10px 0;
  font-weight: bold;
}

input[type="text"] {
  width: 30%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

input[type="submit"] {
  margin-top: 30px;
  width: 30%;
  border: 1px solid #5cb85c;
  border-radius: 4px;
  padding: 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.428571429;
  color: white;
  background-color: #5cb85c;
}

textarea {
  width: 90%;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

.thanks-message {
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
}

.display-contact {
  width: 70%;
  margin: 30px auto;
  padding: 50px;
  background-color: #F5F5F5;
  color: #333;
}

.footer {
  height: 200px;
  clear: left;
  border-top: 1px solid #dddddd;
}

.footer-left {
  float: left;
  width: 200px;
  padding: 30px 100px;
}

.footer-left li {
  margin-bottom: 5px;
  color: #808080;
  border-bottom: 1px dotted #808080;
}

.like-box {
  float: left;
  padding: 30px;
}








