﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	height: 100%;
	font-size: 75%;
}

/*---------------共通指定---------------*/

img {
	border: 0;
}

h1,h2,h3,h4,p,ul,ol,dl,img,address,table,input,textarea {
	line-height: 1.4;
}

/*---------------配置---------------*/


.f-left {
	float: left;
}

.f-clear {
	clear: both;
}

.f-left-img {
	float: left;
	margin: 0 10px 10px 0;
}

.f-right-img {
	float: right;
	margin: 0 0 5px 10px;
}

/*---------------全体レイアウト---------------*/
#container2-all {
	width: 100%;
	background: url(../img/bg_body.gif) repeat-x center top #fafafa;
	/*background: url(../img/bg_body.gif) repeat-x center top #1f6dcd;*/
}

#container2 {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}

/*---------------ヘッダー---------------*/

#header2 {
	width: 770px;
	height: 40px;
	margin-bottom: 15px;
	padding-top: 13px;
	/*background: url(../img/bg_body.gif) repeat-x center top #f7f7f7;*/
	background: url(../img/bg_body.gif) repeat-x center top #1f6dcd;
}


#header3 {
	width: 770px;
	height: 32px;
	margin-bottom: 10px;
	padding-top: 13px;
	background: url(../img/bg_body.gif) repeat-x center top #f7f7f7;
}


#header_ph {
	float: left;
}

#contents {
	width: 990px;
}


/*---- コーポレイトサイト用フォーム ----*/

#content-left {
	width: 770px;
	margin-bottom: 20px;
	float: left;
}

#content-left h1 {
	width: 760px;
	height: 46px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 8px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
	background: url(../img/bn_inqu.gif) ;
}


#content-left h1 span {
	font-size: 85%;
	color: #000;
	font-family: 'メイリオ"', serif;
}


/*---- 通販サイト用フォーム ----*/

#content-shop {
	width: 770px;
	margin-bottom: 20px;
	float: left;
}

#content-shop h1 {
	width: 760px;
	height: 44px;
	margin-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
	background: url(../img/bn_inqu_s.gif) ;
}

#content-shop h1 span {
	font-size: 85%;
	color: #000;
	font-family: 'メイリオ"', serif;
}



#content-left h2.h2-point-u1 {
	padding: 3px 5px;
	border-bottom: 1px solid #999999;
	border-left: 4px solid #3e8cd9;
	font-size: 1.2em;
	clear: both;
	margin: 0 0 10px 0;
}

#pagetitle {
	margin-bottom: 10px;
}


.products_description {
	margin-bottom: 10px;
}

.products_list {
	margin-bottom: 14px;
	
}

.boxes {
	width: 765px;
	margin-left: 5px;
	clear: both;
}

.box_11 {
	text-align: left;
}


.box_12 {
	width: 371px;
	margin-right: 11px;
	float: left;
}

.box_22 {
	width: 382px;
	float: left;	
}

.box_12_leftshift {
	width: 310px;
	margin-right: 11px;
	float: left;
}

.box_22_leftshift {
	width: 500px;
	float: left;	
}



.box_13 {
	width: 205px;
	float: left;
}

.box_23 {
	width: 555px;
	margin-left: 5px;
	float: left;
}


.box_narrow {
	padding-left: 5px;
	padding-right: 5px;
	color: #666;
}

.box_33 {
	width: 267px;
	float: left;
}

.box_scroll {
	overflow: auto;
	
}


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

table.detail {
	border: none;
	border-collapse: collapse;
}

table.detail tr td {
	padding: 1px 5px;
	border: none;
}


table.formlist {
	border-collapse:collapse;
	border:solid 2px #c1cfd8;
	text-align:left;
	line-height:1.4;
	padding:0;
	color: #333;
}

table.formlist  th {
	/*background:#eaf0ff;*/
	background:#d2e5fc;
	padding:6px 9px;
	border:solid 1px #c1cfd8;
	vertical-align:top;
}

table.formlist  td {
	vertical-align:top;
	padding:5px 10px;
	border:solid 1px #c1cfd8;
}

input.input1 {
	padding: 2px;
	border:solid 1px #000; 
}

input.input2 {
	width:70px;
	margin:5px;
}

input.input3 {
	margin:5px 10px 5px 5px;
	width:140px;
}

textarea {
	width:500px;
}

select.input4 {
	margin: 5px 10px 5px 5px;
	width:140px;
}


.txt-supplement {
	font-size:0.85em;
}

.submit {
	margin:22px auto 0 auto;
	text-align:center;
}
.prstrg {
	font-weight: bold;
	color: #F00;
	font-size: medium;
}


input[type=text]:focus { 
   border:solid 1px #d9010d;
   background-color: #fff6f9;
	padding: 2px;
} 

input[type=textarea]:focus { 
   border:solid 1px #d9010d; 
   background-color: #fff6f9;
	padding: 2px;
} 

input[type=select]:focus { 
   border:solid 1px #d9010d; 
   background-color: #fff6f9;
	padding: 2px;
} 

select:focus {  
   /*outline: none; */
   border:solid 1px #d9010d; 
   background-color: #fff6f9;
	padding: 2px;
} 

input[type=submit], input[type=reset], input[type=button] { 
   border-radius: 5px; 
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   -o-border-radius: 5px; 
   -ms-border-radius: 5px; 
  border:#a9a9a9 1px solid;    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3); 
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3); 
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3); 
  width:70px; 
   height:25px; 
   padding:0 3px; 
   cursor:pointer; 
   color:#333; 
   font-weight:bold; 
   background:#f5f5f5; 
   text-shadow:1px 1px 0px #fff; 
} 

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover { 
   border:solid 1px #c00000; 
} 


/*---------------フッター---------------*/
#footer-all {
	width: 100%;
}

.footer2 {
	width: 100%x;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	color: #333333;
	font-size: 0.85em;
	border-top: 1px solid #D5D5D5;	
}

/*---------------リンクカラーの設定---------------*/

a:link {
	color: #3E8CD9;
	text-decoration: none;
}

a:visited {
	color: #3E8CD9;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

/*a:hover {
	color: #B4D2EF;
	text-decoration: underline;
}*/

a:active {
	color: #B4D2EF;
	text-decoration: underline;
}


/*---------------テキストカラーの設定---------------*/

.txt-attention {
	color: #FF0000;
}

.txt-lead {
	color: #0267cc;
}

.txt-catch {
	color: #ff9318;
}

.txt-low {
	color: #808080;
	
}

/*---------------テキストサイズの設定---------------*/

.txt-strong {
	font-size: 1.2em;
}

.txt-small {
	font-size: 0.9em;
}

.txt-very-small {
	font-weight: normal;
	font-size: 0.7em;
}

.txt-littleup {
	vertical-align: super;
	font-size: 0.7em;
}


.txt-littledown {
	vertical-align: sub;
	font-size: 0.7em;
}


.center {
 text-align: center;
}

.left {
 text-align: left;
}

.right {
 text-align: right;
}

 

.img-center {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
 