/* ページ全体 */
* {
    font-size : 100% ;
    margin : 0 ;
    padding : 0 ;
}

/* body全体 */
body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    text-align : left ;
    font-size : 0.813em; ; /* 13px */
    color: #333333;
}

#wrapper {
    width: auto ;
    padding: 0 1.563em ;
}

/* ヘッダーロゴ */
.logo{
    padding:0.813em; /* 13px */
    margin-bottom: 1em;
    border: outset 5px #b0eaf2;
    font-family: &#039;Vidaloka&#039;, serif;
    text-align:center;
    font-weight:normal;
    color:#464a7c;
    background-color:#b0eaf2;
}

.maintitle{
    display:block;
    font-size:44px;
    line-height:44px;
    letter-spacing:-3px;
    text-shadow:-1px -1px #222,1px 1px #aaa;
}

.description{
    display:block;
    color:#fff;
    font-size:18px;
    line-height:10px;
    letter-spacing:1px;
    text-shadow:-1px -1px #b1b1b1,1px 1px #f2f2f2;
}

/* ページトップ見出し */
.heading1 {
    position: relative;
    font-size: 1.250em;
    font-weight: bold;
    margin: 0 0 1.0em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #32d6d6;
    text-align : left ;
}
 
.heading1:before {
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #32d6d6;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
.heading1:after {
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #333;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}


/* メールフォーム全体を囲うidタグ */
#contents_wrapper {
    width : auto ;
    margin : 0 auto 30px ;
    padding : 20px 15px 0 ;
    background : #ffffff;
    border-left : 1px solid #333333 ;
    border-right : 1px solid #333333 ;
    border-bottom : 1px solid #333333 ;
}

/* 入力フォームを囲うclassタグ */
.setting_section {
    width : auto;
    margin-bottom : 25px ;
}

/* ボタンを囲うclassタグ */
.button_box {
    clear : both ;
    padding : 8px ;
    text-align : center ;
}

/* 赤文字を表示するためのclassタグ */
.red_txt {
    color: #ff3333;
}

/* 左詰の文字を表示するためのclassタグ */
.left_txt {
    text-align : left;
}

/* 説明文を表示するためのidタグ */
#txt_explain {
    color: #333333;
}

/* コンテンツ内の[p]タグ */
#contents p {
    margin-bottom : 1em ;
    text-align : left ;
}

/* コンテンツ内の[h3]タグ */
#contents h3 {
    border-left : 10px solid #2ca6e0;
    border-bottom : 1px solid #2ca6e0;
    color: #2ca6e0;
    padding : 5px 10px 5px 6px ;
    text-align : left ;
    font-size : 120% ;
    margin-bottom : 10px ;
}

/* コンテンツ内の内部タグ */
#contents .inner {
    padding : 0 15px ;
}

/* コンテンツ内のフォームに使用する[table]タグ */
#contents table {
    width : auto ;
    border-collapse : collapse ;
    border-left : 1px solid #b3b3b3 ;
    border-top : 1px solid #b3b3b3 ;
    border-right : none ; 
    border-bottom : none ;
}

/* コンテンツ内のフォームに使用する[th]タグ */
#contents table th {
    border-right : 1px solid #b3b3b3 ;
    border-bottom : 1px solid #b3b3b3 ;
    border-top : none ; 
    border-left : none ;
    background : #2ca6e0;
    color: #ffffff;
    padding : 3px 5px ;
}

/* コンテンツ内のフォームに使用する[td]タグ */
#contents table td {
    border-right : 1px solid #b3b3b3 ;
    border-bottom : 1px solid #b3b3b3 ;
    border-top : none ; 
    border-left : none ;
    padding : 3px 5px ;
    text-align : left ;
}

/* フォーム全体 */
#main_table * {
	font-family : sans-serif ;
}

/* フォーム内の入力欄 */
#main_table input {
    width : auto ;
}

/* フォーム内の入力欄 */
#main_table textarea {
    width : auto ;
}

footer {
    clear: both;
    border: inset 3px #b0eaf2;
    text-align: center;
    padding: 2em 0;
    background: #b0eaf2;
}



/* --------------------------------------------------------
	タブレット表示 768px以上
-------------------------------------------------------- */
/* タブレット表示 768px以上 */
@media screen and (min-width:48.0001em){

body {
    font-size: 0.875em; /* 14px */
}

#wrapper {
    width: 62.143em; /* 870px */
    margin: 0 auto;
    padding: 0 ;
}

/* フォーム内の入力欄 */
#main_table input {
    width : 35.714em ; /* 500px */
}

/* フォーム内の入力欄 */
#main_table textarea {
    width : 46.429em ; /* 650px */
}

/* --------------------------------------------------------
	pc表示 1024px以上
-------------------------------------------------------- */
/* PC表示 1024px以上 */
@media screen and (min-width:64.0001em){
    
body {
	font-size: 0.938em; /* 15px */
}

#wrapper {
    width: 80.0001em ; /* 1200px */
    margin: 0 auto;
    padding: 0 ;
}