﻿@charset "utf-8";


/* --------------------------------------------- */

#sfm-form{
  width : 100%;
  margin : 50px auto;
  border-radius : 7px;
  text-shadow : 0px 1px 0px #ffffff;
  font-size : 16px;
  font-weight : normal;
  font-family: "MS PGothic", "Osaka", Arial, sans-serif;
  color : #777777;
}
#sfm-form dl{
  width : 100%;
  padding : 15px 25px;
  overflow : hidden;
}

#sfm-form dl dt{
  clear : both;
  width : 45%;
  float : left;
  text-align : right;
  border-top : 1px solid #cccccc;
	padding : 12px 0 10px;
  font-weight : normal;
}
#sfm-form dl dd{
  width : 55%;
  float : left;
  text-align : left;
  border-top : 1px solid #cccccc;
	padding : 16px 0 10px 30px;
}
#sfm-form dl dt:first-child,
#sfm-form dl dt:first-child+dd{
  border : none;
  background : none;
}
#sfm-form dl dt span{
  display : block;
  font-size : 85%;
	color : #827A7C;
  font-weight : normal;
}
#sfm-form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #D52349;
  margin-right : 1em;
}
#sfm-form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #FF0000;
}

#sfm-form input{
  height : 1.6em;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
#sfm-form input:focus,
#sfm-form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
#sfm-form input#name_1,
#sfm-form input#name_2{
  width : 200px;
}
#sfm-form input#read_1,
#sfm-form input#read_2{
  width : 90px;
}

#sfm-form input#company_1{
  width : 250px;
}

#sfm-form input#department{
  width : 250px;
}

#sfm-form input#mail_address,
#sfm-form input#mail_address_confirm{
  width : 250px;
}

#sfm-form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
  font-weight : normal;
}
#sfm-form ul li label:hover{
  font-weight : normal;
  cursor : pointer;
}
#sfm-form ul li input{
  font-weight : normal;
  height : auto;
  margin-right : 0.5em;
}
#sfm-form input#postal{
  width : 100px;
}
#sfm-form input#address_1,
#sfm-form input#address_2{
  width : 300px;
  display : block;
  margin-bottom : 7px;
}
#sfm-form input#phone{
  width : 100px;
}
#sfm-form input#fax{
  width : 100px;
}

#sfm-form textarea#mail_contents{
  width : 320px;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
#sfm-form input#mail_submit_button{
  width : auto;
  height : auto;
  padding : 4px 10px;
  vertical-align : middle;
  color : #FFFFFF;
  background : #69318F;
  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 : normal;
}
#sfm-form input#mail_submit_button:hover{
  color : #ffffff;
  background : #e0e0e0;
}



@media screen and (max-width: 767px) {


#sfm-form{
}
#sfm-form dl{
  padding : 15px 25px;
  overflow : hidden;
  border-top : 0px;
}
#sfm-form dl dt{
	font-size: 15.5px;
	font-weight: normal;
  clear : both;
  width : 200px;
  text-align : left;
  border-top : 0px;
	padding : 5px 0 5px;
}
#sfm-form dl dd{
	font-size: 12px;
	width: 450px;
  float : left;
	padding : 5px 0 15px 0px;
	background : url(../image/border-shine.png) repeat-x 0 0;
  border-top : 0px;
  border-bottom : 1px solid #cccccc;
}

p.sss{
	font-size: 13px;
	padding : 5px 0px 5px 0px;
}

#sfm-form dl dt:first-child,
#sfm-form dl dt:first-child+dd{
  border : none;
  background : none;
}
#sfm-form dl dt span{
  display : block;
  font-size : 12px;
	color : #827A7C;
}
#sfm-form dl dt span.essential{ /* JavaScriptによってdt内に挿入 */
  display : inline;
  color : #D52349;
  font-weight : normal;
  margin-right : 1em;
}
#sfm-form dd div{ /* 入力エラーメッセージがJavaScriptによって出現 */
  color : #ff0000;
}

#sfm-form input{
  height : 1.6em;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
#sfm-form input:focus,
#sfm-form textarea:focus{
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
#sfm-form input#name_1,
#sfm-form input#name_2{
  width : 100px;
}
#sfm-form input#read_1,
#sfm-form input#read_2{
  width : 100px;
}
#sfm-form input#mail_address,
#sfm-form input#mail_address_confirm{
  width : 200px;
}
#sfm-form ul li{
  list-style-type : none;
  margin-bottom : 0.5em;
}
#sfm-form ul li label:hover{
  cursor : pointer;
}
#sfm-form ul li input{
  height : auto;
  margin-right : 0.5em;
}
#sfm-form input#postal{
  width : 150px;
}
#sfm-form input#address_1,
#sfm-form input#address_2{
  width : 200px;
  display : block;
  margin-bottom : 7px;
}
#sfm-form input#phone{
  width : 200px;
}
#sfm-form input#age{
  width : 60px;
}

#sfm-form input#partydate{
  width : 100px;
}

#sfm-form input#partyname{
  width : 200px;
}
#sfm-form textarea#mail_contents{
  width : 265px;
  height : 200px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 3px;
  background : #fafafa;
}
#sfm-form input#mail_submit_button{
  width : auto;
  height : auto;
  padding : 4px 10px;
  vertical-align : middle;
  color : #ffffff;
  background : #69318F;
  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 : normal;
}
#sfm-form input#mail_submit_button:hover{
  color : #ffffff;
  background : #e0e0e0;
}

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