@charset "utf-8";

/* CSS ＳＫＹ－ＮＥＴＷＯＲＫ　基本デザイン */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ======================================================================================
 	デザインリセット
====================================================================================== */

*{
	margin: 10;
	padding: 0;
	font-style: normal;
	margin-top: 0px;
}

body {
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #a5abdb;
	background-image: url(../../img/bg.png);
	background-repeat: repeat-x;
}
	
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}

img,table { border: none;}

th, td, textarea { font-size: 12px; }

ol,ul {	list-style: none;}

address,em,cite { font-style: normal;}

img{ border: 0; vertical-align: bottom;	}


/* --------------------------------------------------------------------------------------
 共通設定
--------------------------------------------------------------------------------------- */

/* リンクカラー -------------------- */

a { overflow: hidden; text-decoration: none; }
a:link { color: #593300; }
a:visited { color: #593300; }
a:hover { color: #593300; text-decoration: underline; }
#twitter {
	height: 50px;
	width: 298px;
}



/* 位置 -------------------- */

.alnR { text-align: right; }
.alnC { text-align: center; }
.alnL { text-align: left; }

.fltR { float: right; }
.fltL { float: left; }


/* マージン・余白 -------------------- */

.mgT05 { margin-top: 5px; }
.service1_btn{ margin-top: 6px; }
.service2_btn {
	margin-top: 6px;
}
.service3_btn {
	margin-top: 6px;
}
.service4_btn {
	margin-top: 6px;
}



.press_btn{
	margin-top: 0px;
	border: 0;
	margin-bottom: 15px;
}
.ntt_btn {
	margin-top: 0px;
	border: 0;
	margin-bottom: 10px;
}

.twitter_space {
	margin-top: 0px;
	padding-top: 10px;
	width: 280px;
	height: 200px;
}

.twitter {
	margin-top: 0px;
	float: left;
}

.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgT25 { margin-top: 25px; }
.mgT30 { margin-top: 30px; }


/* float解除 -------------------- */

.clear {
	overflow: hidden;
	display: block !important;
	display: inline-block;
}

/* ======================================================================================
 	レイアウト　　
====================================================================================== */

/* 全体
--------------------------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	border-right: 3px solid #0075a9;
	border-bottom: 3px solid #0075a9;
	border-left: 3px solid #0075a9;
	background: #fff;
}

/* 最上部
--------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 20px;
	background-image: url(../../img/header_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;

}

/* 中央部
--------------------------------------------------------------------------------------*/
#content {
	width: 800px;
	padding-bottom: 0px;
	background: #fff;
}

/* 最下部
--------------------------------------------------------------------------------------*/
#footer {
	padding: 6px 0 5px;
	background: #0075a9;
	color: #fff;
	clear: both;
}

/* ======================================================================================
 	#header
====================================================================================== */

/* キャッチコピー
--------------------------------------------------------------------------------------*/
h1 {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 11px;
}
W

/* グローバルナビ
--------------------------------------------------------------------------------------*/
#global_navi {
	display: block !important;
	display: inline-block;
	overflow: hidden;
}

#global_navi li {
	display: inline;
	float: left;
	width: 200px;
	height: 43px;
	font-weight: bold;
	text-align: left;
	line-height: 36px;
}

#global_navi a {
	display: block;
	height: 43px;
	padding-left: 25px;
}

#global_navi a:link    { color: #593300; }
#global_navi a:visited { color: #593300; }
#global_navi a:hover   { color: #593300; text-decoration: none; }

#global_navi .gn01 { background: url(../img/global_navi_bg01.gif) no-repeat; }
#global_navi .gn02 { background: url(../img/global_navi_bg02.gif) no-repeat; }

#global_navi .gn01 a:hover { background: url(../img/global_navi_bg01_on.gif) no-repeat; }
#global_navi .gn02 a:hover { background: url(../img/global_navi_bg02_on.gif) no-repeat; }

/* ======================================================================================
 	#footer
====================================================================================== */

#footer a:link { color: #fff; }
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; }

.footernavi {
	display: inline;
	float: left;
	margin: 6px 0 0 15px;
	font-size: 11px;
}

/* コピーライト
--------------------------------------------------------------------------------------*/
#footer address {
	display: inline;
	float: right;
	margin: 5px 10px 0 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　トップページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* トップ画像
--------------------------------------------------------------------------------------*/
.main_img {
	margin: 0 auto;
	padding: 0;
}

.goods {
 position: relative;
 margin-bottom: 10px;
 width: 800px;
 height: 250px;
}
.goods a { display: block; }
a.goods-menu {
 width: 800px;
 height: 250px;
}
a.order {
 position: absolute;
 top: 60px;
 left: 580px;
}

/* ======================================================================================
	左カラム
====================================================================================== */
.index_left {
	display: block;
	float: left;
	margin-left: 15px;
	width: 460px;
	text-align: left;
	margin-bottom: 15px;
}

.index_left h2 {
	clear: both;
	height: 28px;
	width: 460px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-indent: 20px;
	line-height: 28px;
	background-image: url(../../img/subtittle_bar.png);
	background-repeat: no-repeat;
}
/* 2015/04/08 aizawa 追加 */
.index_left176 {
    //clear: both;
	display: block;
	//float: left;
	margin-left: 15px;
	height: 52px;
	width: 176px;
	text-align: left;
	margin-bottom: 15px;
}
/* 2015/04/08 aizawa 追加 おわり*/
/* --------------------------------------------------------------------------------------
	TOPICS
-------------------------------------------------------------------------------------- */
.index_left .leftBox01 {
	margin-bottom: 10px;
	border-right: 1px solid #0075a9;
	border-bottom: 4px solid #0075a9;
	border-left: 1px solid #0075a9;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.leftBox01 h3 {
	color: #0075a9;
	font-size: 16px;
	font-weight: bolder;
}

.showcase { margin-top: 15px; }
.showcase li {	width: 205px;}
.showcase li .name { color: #9e2e00; }
.showcase li .detail {
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.3;
}
.showcase img {
	float: left;
	margin-right: 8px;
}

/* --------------------------------------------------------------------------------------
	イベント
-------------------------------------------------------------------------------------- */
.news_list {
	border-right: 1px solid #0075a9;
	border-bottom: 4px solid #0075a9;
	border-left: 1px solid #0075a9;
	line-height: 1em;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.news_list dt {
	clear: left;
	float: left;
	width: 6em;
	color: #3366CC;
	font-size: 12px;
	line-height: 1.3em;
}

.news_list dd {
	margin-bottom: 5px;
	padding-left: 6em;
	font-size: 12px;
	line-height: 1.3em;
}

.index_right {
	display: inline;
	float: right;
	margin-right: 15px;
	width: 295px;
	text-align: left;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　サブページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
	サブページ共通
--------------------------------------------------------------------------------------- */

#sub_main {
	padding-top: 0px;
	text-align: left;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20;
	margin-left: 180px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#sub_main h2 {
	margin-bottom: 27px;
	height: 37px;
	background: url(../../img/sub_title_bg01.gif) no-repeat;
	color: #000;
	font-weight: bold;
	padding-left: 45px;
	font-size: 18px;
	text-align: left;
	line-height: 37px;
}

#side_navi {
	float: left;
	width: 135px;
	background: url(../img/bg_line.gif) repeat-x left top;
	padding-top: 2px;
	text-align: left;
}

#side_navi li {
	background: url(../img/bg_line.gif) repeat-x left bottom;
	width: 135px;
	font-weight: bold;
}

#side_navi a {
	display: block;
	background: url(../../img/side_navi_p01.gif) no-repeat left 11px;
	padding: 7px 5px 9px 10px;
}

#content_two {
	float: right;
	width: 600px;
	text-align: left;
}

#content_one {
	margin: 0 auto;
	width: 670px;
	text-align: left;
}

#content_two h3 {
	line-height: 28px;
	color: #fff;
	text-align: center;
	height: 28px;
	width: 600px;
	font-size: 15px;
	font-weight: bold;
	background: url(../../img/sub_title_bg02.gif) repeat-x;
	clear: both;
}

.pagetop {
	clear: both;
	padding-top: 10px;
	font-size: 11px;
	text-align: right;
}


/* --------------------------------------------------------------------------------------
 	サービス一覧
--------------------------------------------------------------------------------------- */

.product_set {
	margin-top: 10px;
	background: url(../img/bg_line.gif) repeat-x left bottom;
	padding-bottom: 17px;
}

.product_set .detail_set {
	float: right;
	width: 310px;
	padding-top: 10px;
}

.product_set .detail_set h4 {
	font-size: 14px;
	font-weight: bold;
	color: #9e2e00;
}

.product_set .detail_set p {
	padding-top: 12px;
	line-height: 1.4;
}

.product_set .detail_set table {
	width: 310px;
	border-collapse: collapse;
	border-top: 1px solid #cdc2b2;
	margin-top: 10px;
}

.product_set .detail_set th {
	background: #eeebe5;
	padding: 7px 5px 7px 10px;
	width: 80px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #cdc2b2;
}

.product_set .detail_set td {
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #cdc2b2;
}

.product_set .photo {
	float: left;
	width: 270px;
}


/* --------------------------------------------------------------------------------------
 	特定取引法に基づく表記
--------------------------------------------------------------------------------------- */

table.law {
	border: 1px solid #583300;
	border-left: 4px solid #583300;
	border-collapse: collapse;
	text-align: left;
}

table.law th,
table.law td {
	padding: 10px 12px;
	border: 1px solid #583300;
	line-height: 1.6;
}

table.law th {
	width: 130px;
	background: #d2dfe2;
	vertical-align: text-top;
}

table.law span {
	display: block;
	margin-top: 10px;
	color: #9e2e00;
}

table.law a:link { color: #9e2e00; }
table.law a:visited { color: #9e2e00; }
table.law a:hover { color: #9e2e00; }
table.law a:active { color: #9e2e00; }

/* --------------------------------------------------------------------------------------
 	PAGサービスページ
--------------------------------------------------------------------------------------- */

table.law_pag {
	border-collapse: collapse;
	text-align: left;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.law th_pag,
table.law td_pag {
	line-height: 1.6;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.law th_pag {
	width: 130px;
	background: #d2dfe2;
	vertical-align: text-top;
}

table.law span_pag {
	display: block;
	margin-top: 10px;
	color: #9e2e00;
}

table.law a:link { color: #9e2e00; }
table.law a:visited { color: #9e2e00; }
table.law a:hover { color: #9e2e00; }
table.law a:active { color: #9e2e00; }

.pag_text_h4 {
	font-size: 18px;
	text-decoration: underline;
	color: #039;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.pag_text_h3 {
	font-size: 17px;
	text-decoration: underline;
	color: #039;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.pag_text_h1 {
	font-size: 17px;
	text-decoration: underline;
	color: #039;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
}
.pag_text_h2 {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.pag_text {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 20px;
}

/* --------------------------------------------------------------------------------------
 	お問い合わせ
--------------------------------------------------------------------------------------- */

ul.faq { line-height: 1.6; }

ul.faq li {
	margin-bottom: 12px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background: url(../../img/faq_img_line.gif) repeat-x left bottom;
}

ul.faq li ul li ul {
	margin: 10px 0;
	list-style: inside disc;
}

ul.faq li ul li ul li {
	margin: 0;
	background: none;
}

ul.faq li.faqQ {
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../../img/faq_img01.gif) no-repeat;
	color: #73be2d;
	font-weight: bold;
}

ul.faq li.faqA {
	padding: 0 0 13px 32px;
	background: url(../../img/faq_img02.gif) no-repeat;
}

div.contact {
	overflow: hidden;
	margin-top: 17px;
	height: 68px;
	background: #f1e8df;
	line-height: 1.6;
}

div.contact .contactL {
	float: left;
	width: 180px;
	color: #9e2e00;
	font-size: 15px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
}

div.contact .contactR {
	margin-left: 180px;
	padding: 15px 0;
}

div.contact span { color: #9e2e00; }


/* --------------------------------------------------------------------------------------
 	プライバシーポリシー
--------------------------------------------------------------------------------------- */

dl.privacy {
	padding-bottom: 1px;
	background: url(../img/bg_line.gif) repeat-x left bottom;
}

dl.privacy dt {
	padding-left: 10px;
	height: 26px;
	background: url(../../img/privacy_bg.gif) repeat-x;
	font-weight: bold;
	line-height: 26px;
	padding-top: 3px;
}

dl.privacy dd {
	margin: 12px 0 20px;
	line-height: 1.4;
}

dl.privacy ol {
	margin: 10px 0;
	padding-left: 1.8em;
}

dl.privacy li { text-indent: -1.8em; }

dl.privacy span {
	display: block;
	margin-top: 1em;
	color: #9e2e00;
}

p.privacy {
	margin-bottom: 1.6em;
	padding-bottom: 1.4em;
	background: url(../img/bg_line.gif) repeat-x left bottom;
	line-height: 1.4;
}
.text {
	color: #C00;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.pag {
	margin-right: 20px;

}
.pag table tr{

}
