/* 基本レイアウト */
body{
  background: #F0F2F5 !important;
}

#ph_content{
background:#F0F2F5 ;
}

#box940 {
  border-radius: 6px !important; 
  -webkit-border-radius: 6px !important; 
  -moz-border-radius: 6px !important; 
  box-shadow: 0px 0px 0px 0px ;
  -webkit-box-shadow: 0px 0px 0px 0px ;
  border: none ; 
}
#col1 #ph_main{
  padding: 0;
  margin: 0;
}

.spr_module_titleList{
  position: relative;
}
.spr_module_titleList .titleArea{
  background: #0097D3;
  height: 40px;
  border-radius: 6px 6px 0 0 ; 
  -webkit-border-radius: 6px 6px 0 0 ; 
  -moz-border-radius: 6px 6px 0 0 ; 
}
.spr_module_titleList .titleArea h3{
  padding: 0;
  margin: 0;
  padding: 0 25px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 45px;
}

.ph_main_inner{
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding: 30px 20px 50px 20px;
}
.ph_main_inner .ph_main_inner_left{
  float: left;
  width: 50%;
}
.ph_main_inner .ph_main_inner_right{
  float: right;
  width: 45%;
}

.mT10{ margin-top: 10px;}
.mT20{ margin-top: 20px;}
.mT30{ margin-top: 30px;}
.mT50{ margin-top: 50px;}
.mT70{ margin-top: 70px;}

.left_box{ width:180px; float:left;
  border-radius: 6px ; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px;
border: 1px solid #ccc;
padding:15px;margin-left:10px; }
.right_box{width:650px; margin-top:15px; float:right;}
/* //基本レイアウト */



/* 文字スタイル */
.ph_main_inner h4.article_name{
  text-align: center;
  font-size: 15px;
}
.ph_main_inner .text{
  font-size: 13px;
}
.ph_main_inner .textC{
  font-size: 13px;
  text-align: center;
}
.ph_main_inner .textR{
  font-size: 13px;
  text-align: right;
}
.ph_main_inner .text_link{
  text-align: center;
}
.ph_main_inner .text_link a{
  font-size: 12px;
  color: #0000FF;
  background: url(/~/media/Images/Houdai/common/spr_icon_q.png) no-repeat;
  background-position: left 1px ;
  padding:5px 0 5px 20px;
}
.ph_main_inner .text_linkB a{
  font-size: 13px;
  color: #0000FF;
  background: url(/~/media/Images/Houdai/common/icon_next.gif) no-repeat;
  background-position: left 1px;
  padding-left: 20px;
}
.ph_main_inner .required{
  color: #c00;
}
.font10{ font-size: 10px; font-weight: normal;}
.font22{ font-size: 22px !important;}
.fontB{ font-weight: bold !important;}
/* //文字スタイル */

.ph_main_inner .error_text{
 border:1px solid #c00;
 color:#c00;
 padding:10px 5px 5px;
 width:600px;
 margin:10px auto;}

.ph_main_inner .error_text li{
 list-style:none;
}

.ph_main_inner .disPrice{
  color: #c00;
}
.ph_main_inner .disDate{
  color: #c00;
  margin-left:180px;
}

/* form部品共通 */
input.L{
  width: 95%;
  padding: 5px;
  border: 1px solid #ccc;
}
input.M{
  width: 50%;
  padding: 5px;
  border: 1px solid #ccc;
}
input.S{
  width: 20%;
  margin: 0 50px 0 5px;
  padding: 5px;
  border: 1px solid #ccc;
}
input.SS{
  width: 10%;
  margin: 0 5px 0 5px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size:120%;
}
select.SS{
  width: 15%;
  padding: 5px;
  border: 1px solid #ccc;
}
.required_text{
  background-color: #FFDDDD;
}
.radio_area_plan{
  width:600px;
  font-size: 15px;
  margin:0 auto;
}
.radio_area_plan .negation{
  text-decoration: line-through;
  color: #808080;
  margin: 0 5px;
}
.radio_area_plan .emphasis{
  color: #c00;
  margin: 0 5px;
  font-weight:bold;
}
.radio_area_plan input{
  margin-right: 5px;
}
.radio_area{
  width:540px;
  font-size: 15px;
  margin:0 auto;
}

.radio_area .negation{
  text-decoration: line-through;
  color: #808080;
  margin: 0 5px;
}
.radio_area .emphasis{
  color: #c00;
  margin: 0 5px;
  font-weight:bold;
}
.radio_area input{
  margin-right: 5px;
}
.validation{
  color: #ff0000;
  font-size: 13px;
  margin: 5px 0 0 0; 
}
.input_ex{
  font-size: 13px;
  margin: 5px 0 0 0; 
}
/* //form部品共通 */


/* 表組み */
.ph_main_inner .form_table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #98A0A5;
}
.ph_main_inner .form_table tr{
}
.ph_main_inner .form_table th{
  width: 30%;
  background: #D5F3F7;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5%;
  border-bottom: 1px dotted #98A0A5;
}
.ph_main_inner .form_table td{
  width: 50%;
  background: #fff;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
  padding: 10px 5%;
  border-bottom: 1px dotted #98A0A5;
}
/* type_B */
.ph_main_inner .form_tableB th{
  width: 16%;
  background: #D5F3F7;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
  padding: 5px 1%;
}
.ph_main_inner .form_tableB td{
  width: 77%;
  background: #fff;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
  padding: 10px 2%;
}
/* //表組み */


/* ボタンTYpe40 */
.spr_btnType40{
  text-align: center;
}
.spr_btnType40 button,.spr_btnType40 .off_btn{
  border: none;
  border: 1px solid #98A0A5;
  padding: 1em 0;
  width: 250px;
  text-align: center;
  font-size: 13px;
  background: url(/~/media/Images/Houdai/common/spr_btnType40.png) repeat;
  background-position: center center;
  cursor: pointer;
  /*
box-shadow: 1px 1px 2px #888 ;
  -webkit-box-shadow: 1px 1px 2px #888 ;
*/
  border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;  
}
.spr_btnType40 button:hover,.spr_btnType40 .off_btn:hover{
  background: url(/~/media/Images/Houdai/common/spr_btnType40_on.png) repeat;
  background-position: center center;
  /*
box-shadow: -1px -1px 0px #eee ;
  -webkit-box-shadow: -1px -1px 0px #eee ;
*/
}
/* type_B */
.spr_btnType40B button{
  /* padding: 0.5em 1em ; */
  padding: 0.5em 0 ;
  width: 250px;
  text-align: center;
}
.spr_btnType40W button{
  margin: 0 10px;
}
/* //ボタンTYpe40 */

/* ボタンTYpe50 */
.spr_btnType50{
  text-align: center;
}
.spr_btnType50 button{
  border: none;
  padding: 0.5em 1em;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #3FA9F5;
  border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  /*
box-shadow: 1px 1px 2px #888 ;
  -webkit-box-shadow: 1px 1px 2px #888 ;
*/
}
.spr_btnType50 button:hover{
  /*
box-shadow: -1px -1px 0px #eee ;
  -webkit-box-shadow: -1px -1px 0px #eee ;
*/
}
/* //ボタンTYpe50 */




/* 各ページ独自 */
.creditCard_info{
  overflow: hidden;
  height: 40px;
  margin-bottom: 5px;
}
.creditCard_info .left{
  float: left;
  line-height: 40px;
  font-size: 15px ;
  font-weight: bold;
  margin-right: 15px;
}
.creditCard_info .right{
  float: left;
}
.notice01{
  text-align: center;
  margin-top: 50px;
}
.notice01 .black{
  font-size: 18px ;
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}
.notice01 .red{
  font-size: 18px ;
  color: #ff0000;
  font-weight: bold;
}
.announce{
  padding: 10px;
  background: #DCFFFF;
}
.announce .announce_title{
  font-size: 18px;
  font-weight: bold;
}

.state_wrapper{
  width: 350px;
  margin: 10px auto 20px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #98A0A5;
}

.form_wrapper{
  padding: 30px 10px;
  border: 1px solid #98A0A5;
}
/* //各ページ独自 */
