﻿/*
* 汎用クラス
*/
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.menu_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.res-block-br {
    display: none;
}
/*
* 全体的なレイアウト設定
*/
html,body{
    width: 100%;
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333;
}



/*
* ヘッダー
*/
#headerWrapper {
    background: url('./headerBtm.png') left bottom repeat-x;
    padding-bottom: 20px;
}
#header {
    padding-top: 20px;
}
#headerLine2 {
    font-size: 26px;
    padding-left: 5px;
}

/*
* コンテンツ
*/
.boxTitle {

}
.input_field {
    border: 1px solid #cccccc;
    padding: 2px;
}
.contentBox {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 5px 15px;
}
.designCaption1 {
    height: 3em;
}
.required-comment {
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    float: right;
    margin-left: 15px;
    font-size: 0.8em;
    padding: 2px 5px;
}
.deliTimeItem {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
    width: 130px;
}
.addr_label {
    display: inline-block;
    width: 130px;
}
.addr_line {
    margin-bottom: 5px;
}
.shortInput {
    width: 60px;
}
.middleInput {
    width: 140px;
}


#mailbox {
    text-align: center;
}
#mailbox form {
    display: inline;
    margin: 0 20px;
}
/* フォームテーブル */
.form_tb {
    width: 100%;
}
.form_tb .form_th {
    width: 30%;
    vertical-align: top;
}
.form_tb .form_th_inner {
    text-align: right;
    padding: 10px 20px;
}
.form_tb .form_td_inner {
    padding: 10px 20px;
}


.designType_tb {
    width: 100%;
}

.designType_tb .radio_cell,
.designType_tb .thum_cell,
.designType_tb .label_cell {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 10px;
}




/*
* 利用規約
*/

.kiyakuBox {
　　max-width: 830px;
    /*border: 2px solid #666;*/
    padding: 15px;
    margin: 0 auto;
    font-size: 14px;
}



.ppText {
    border: 1px solid #999999;
    color: #333333;
    font-size: 14px;
    height: 400px;
    margin: 0 auto;
    overflow: auto;
    padding: 30px;
    /*width: 624px;*/
}


.ppText .ppText_title {
    border: medium none;
    color: #333333;
    font-size: 1.3em;
    padding: 0;
    text-align: center;
    font-weight: normal;
}
.ppText .ppText_subtitle {
    font-size: 1.15em;
    color: #333;
    margin-bottom: 10px;
}
.ppText p {
    font-size: 1em;
    margin-bottom: 10px;
}
.ppText ul {
    padding-left: 10px;
    list-style: none;
}
.ppText li {
    margin-bottom: 10px;
}
.ppText ul li {
    padding-left: 10px;
    margin-top: 10px;
}
.ppText li div {
    padding-left: 10px;
    margin: 10px 0 20px;
}

 .ppText .kiyakuList_1 > li {
    padding-left: 2.5em;
    text-indent: -1.6em;
 }
 .ppText .kiyakuList_1 > li * {
     text-indent: 0;
     padding-left: 0;
 }
 .ppText .kiyakuList_2 > li {
    padding-left: 2.6em;
    text-indent: -2.6em;
}
.ppText .kiyakuList_2 > li * {
    text-indent: 0;
    padding-left: 0;
}
 .ppText .kiyakuList_1 > li .mb1_indent {
    text-indent: -1em;
    padding-left: 1em;
}




#content {
	max-width: 830px;
	margin: 0 auto;
}

.textC {
	text-align: center;
}

input.conf:hover {
	opacity: 0.7;
}

form table {
	width: 100%;
}

form table textarea {
	width: 100% !important;
}

form table tr {
	border-bottom: solid 1px #CCC;
}

form table tr th,
form table tr td {
	padding: 20px 0;
}

form table textarea,
form table input {
	background: #f2f2f2 !important;
}

form table textarea:focus,
form table input:focus {
	background: #FFF !important;
}


h2.cat_ttl {
	padding: 0;
}

.pageclass {
	padding: 20px 40px !important;

}
/* レスポンシブ用 */
@media screen and (max-width: 768px) {

form table tr th,
form table tr td {
	display: block;
	width: 100% !important;
}

form table tr th {
	padding-bottom: 0;
}
}