/* CSS Document */
/*-----------------------------------------------------------
 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ex) 12px
 element {
 	font-size: 93%;
 }
 ------------------------------------------------------------*/
body {
	/*background-image: url(../images/bk_img.png);*/
	margin:0;
	padding:0;
	color:#000;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6;
}

a:link,a:visited {
	color: #000;
	text-decoration:none;
}

a:hover,a:active {
	color: #fff;
	/*text-decoration:underline;*/
}

.clear {
	clear: both;
}

#main{
	width: 940px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.bk {
	background-image: url(../images/back.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 1000px;
}

.phone-area {
	display: none;
}

.pc-area {
	display: block;
}

#head {
	padding: 12px 0px 120px 0;
}

.head_inner {
	width: 940px;
	margin: 0 auto;
	/*margin-top: 12px;*/
	text-align: center;
}

.head_inner a {
	margin: 0 20px;
	font-size: 16px;
	letter-spacing: 2.5px;
}

.top-box {
	padding-bottom: 70px;
}

.top-p {
	width: 609px;
	margin: 0 0 0 auto;
}

.top-p p {
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 28px;
	text-align: left;
	padding-left: 50px;
}

.news-box {
	margin-left: auto;
	font-size: 14px;
	width: 282px;
	padding-top: 238px;

}

ul {
    margin: 0 auto;
    line-height: 28px;
    text-align: right;
    display: inline;
}

li {
	list-style: none;
}

hr {
	border-bottom: solid 1px #8b8b8b;
}

.news-box span {
	padding-right: 40px;
}

.left {
	text-align: left;
}

/*about.html ーーーーーーーーーーーーーーーーーーーーーー*/

.about-t p {
	letter-spacing: 1.5px;
	line-height: 38px;
	margin:0 ;
}

.tarako {
	padding: 100px 0;
}

.tarako-img {
	padding: 65px 0;
}

.copy {
	text-align: right;
	padding: 20px;
}

.copy p {
	font-size: 14px;
	letter-spacing: 1.5px;
	margin: 0;
}

/* contact */

.contact_table{
	    width: 700px;
    	margin: 0 auto;
	    text-align: left;}
	    
.contact_table th{	    
padding-right: 110px;
}

/*--------------------------------------------------------
 フォームテーブル
---------------------------------------------------------*/
#contactForm table {
    box-sizing: border-box;
    border-collapse: collapse;
    margin-top: -1px;
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
}


#contactForm table th,
#contactForm table td {
    border: none;
    padding: 16px 0px 16px 0;
    vertical-align: top;
    text-align: left;
}

#contactForm table th {
    border-right: none;
    font-weight: normal;
    text-align: left;
    width: 208px;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
}

#contactForm table th span {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
}

#contactForm table td {
    border-left: none;
}

#contactForm table td .address {
    margin: 8px 0;
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-left: 30px;
}

#contactForm table td .address .ttl {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100px;
    color: #515151;
    font-size: 16px;
}

#contactForm table td .address .input {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
}

#pc_version .section {
overflow: scroll;   /* スクロール表示 */ 
  width: 70%;
  /*height: 100px;*/
  border: 1px solid #ccc;
}

.textarea {
overflow: scroll;   /* スクロール表示 */ 
  width: 70%;
  border: 1px solid #ccc;
}


/*--------------------------------------------------------
 フォームスタイル
---------------------------------------------------------*/
#contactForm input[type="text"],
#contactForm select,
#contactForm textarea {
    border: solid 1px #ccc;
    background-color: #efefef;
    box-sizing: border-box;
    padding: 10px;
    width: 90%;
    color: #515151;
    font-size: 16px;

}

.yuubin {
    width: 100px !important;
}

/*--------------------------------------------------------
 必須・任意アイコン【必ず設定してください】
---------------------------------------------------------*/
#contactForm .req,
#contactForm .fre {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-right: 3%;
    padding: 4px 8px;
}

#contactForm .req {
    background-color: #CE4C41;
}

#contactForm .fre {
    background-color: #395bff;
}



/*--------------------------------------------------------
 確認・修正・送信ボタン【必ず設定してください】
---------------------------------------------------------*/
.mail_send {
    margin: 60px 0;
    text-align: center !important;
}
/*
.mail_send input[type="confirm"] {
    background-color: #000;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
}*/

.kakunin {
    background-color: #df8769;
    border-radius: 5px;    
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
}

.submit {
    background-color: #ca1809;
    border-radius: 5px;    
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
}


.goback {
    background-color: #000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
    margin-bottom: 30px;
}

.send {
    background-color: #d6655f;
    border-radius: 5px;    
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
}

/*.mail_send input[type="submit"] {
    background-color: #ac0606;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
}*/

.mail_check {
    max-width: 420px;
    overflow: hidden;
    margin: 40px auto;
}

.mail_check #contactform {
    float: right;
    text-align: center;
    width: 200px;
}

.mail_check .form_box1 {
    float: left;
    text-align: center;
    width: 200px;
}

.mail_check button {
    border: none;
    cursor: pointer;
    padding: 16px 0;
    width: 100%;
}


/*--------------------------------------------------------
 エラーメッセージ【必ず設定してください】
---------------------------------------------------------*/
.error_style {
    display: block;
    color: red;
    font-size: 12px;
}

.thanks-select p {
    font-family: YuGothic,'Yu Gothic', sans-serif;
    text-align: center;
    font-size: 18px;
}
