@charset "utf-8";
/* CSS Document */

/**********************************************************
 * リセット
 * ベース部分
 * ヘッダー
 * 見出し・本文設定
 * メインエリア
 * テーブル
 * フッター
 * その他
/**********************************************************/



/**********************************************************/
/* リセット */
/**********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	letter-spacing:1px;
}


table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

a {
	text-decoration: none;
}

a:link {
	color: #009;
}

a:hover {
	color: #ad1922;
}



/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}



@media screen and (min-width:768px){

/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
	background: #EEF7FD url(../images/bg.png) repeat-x ;
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight:300;	
	font-size: 13px;
    line-height: 1.6;
	color: #333;
    overflow: hidden;
}

#container {
/*	width:1200px;
*/	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.pc_none,.hidden {
	display:none;
}


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

#header {
	width:940px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header h1 {
	width:338px;
	height:70px;
	float:left;
	background: url(../images/header/h1.png) no-repeat;
	overflow:hidden;
	text-indent:-10000em;
	margin-top:10px;
	margin-bottom:10px;
}

#header_info {
	width:278px;
	float:right;
}

#header_address {
	width:285px;
	height:39px;
	float:right;
	background:url(../images/header/header_address.png) no-repeat;
	text-indent:-10000em;
	overflow:hidden;
	margin-top:17px;
	margin-bottom:10px;
}

#header_list ul {
	float:right;
}

#header_list ul li {
	float:left;
	margin-left:15px;
}

#header_list ul li a {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

#header_list ul li.policy a {
	background:url(../images/header/header_policy.png) no-repeat;
	width:112px;
	height:12px;
	background-position: 0 0;
}
#header_list ul li.policy a:hover {
	background-position: 0 -12px;
}

#header_list ul li.tos a {
	background:url(../images/header/header_tos.png) no-repeat;
	width:102px;
	height:12px;
	background-position: 0 0;
}
#header_list ul li.tos a:hover {
	background-position: 0 -12px;
}


/* グローバルナビゲーション */

#header_navi {
	width:940px;
	height:50px;
	clear:both;
	padding:5px 0;
}

#header_navi ul li {
	float:left;
}

#header_navi ul li a {
	width:235px;
	height:50px;
	background: url(../images/header/navi.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#header_navi ul li.top a {
	background-position: 0 0;
}
#header_navi ul li.top a:hover {
	background-position: 0 -50px;
}

#header_navi ul li.information a {
	background-position: -235px 0;
}
#header_navi ul li.information a:hover {
	background-position: -235px -50px;
}

#header_navi ul li.products a {
	background-position: -470px 0;
}
#header_navi ul li.products a:hover {
	background-position: -470px -50px;
}

#header_navi ul li.contact a {
	background-position: -705px 0;
}
#header_navi ul li.contact a:hover {
	background-position: -705px -50px;
}


/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

h2 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;	
	clear: both;
}

h3 {
	clear: both;
    display: block;
    background-color: #FDFDFD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
	background-image:    -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
	background-image:     -ms-linear-gradient(top, #fdfdfd, #f5f5f5);
	background-image:      -o-linear-gradient(top, #fdfdfd, #f5f5f5);
    border-color: #CCCCCC #CCCCCC #ad1922;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    font-size: 130%;
    font-weight: bold;
	margin-top:30px;
    margin-bottom: 30px;
    padding: 5px 10px 5px 20px;
}

h4 {
    clear: both;
	background:#E8E8E8;
    border-left: 10px solid #ad1922;
    font-size: 115%;
	font-weight:bold;
    line-height: 1.7em;
	margin-top:30px;
    margin-bottom: 20px;
	padding:2px 10px;
}

p {
	margin-bottom:10px;
	font-size:13px;
	line-height:1.7;
}

hr {
	clear:both;
	background:url(../images/hr.png) no-repeat;
	border:none;
	width:740px;
    height:11px;
    margin: 30px 0;
}

.bold {
	font-weight:bold;
}

.red {
	color: #C00;
}

.red_bold {
	color: #C00;
	font-weight:bold;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

.hide{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

ul.article {
	margin-left:20px;
}

ul.article li {
	background: url(../images/list_green.png) no-repeat 0 2px;
	padding-left:35px;
	padding-bottom:10px;
}

/**********************************************************/
/*  メインエリア */
/**********************************************************/

#main {
	position:relative;
    width: 940px;
	margin-right:auto;
	margin-left:auto;
}

/* パンくずリスト */

#breadcrumb {
	font-size:13px;
}

#breadcrumb li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    padding-left: 5px;
}
#breadcrumb li a {
    background: url(../images/breadcrumb.png) no-repeat scroll right center transparent;
    padding-right: 14px;
    margin-right: -6px;
	text-decoration:underline;
	color:#3F1F00;
}

#breadcrumb li a:hover {
	color: #698C00;
}


/* メインエリア ボックスレイアウト */

.box_left {
	width:700px;
    float: left;
    margin: 0 0 20px 0;
}
.box_right {
	width:220px;
    float: right;
    margin: 0 0 20px 20px;
}


/* サイドバナー */

#floatMenu{
    width: 220px;
}


/**********************************************************/
/* テーブル */
/**********************************************************/

table {
	width:100%;
    border-collapse: collapse;
    border-left: 1px solid #bbb;
    border-spacing: 0;
    border-top: 1px solid #bbb;
    margin: 10px 0 20px 0;
}
th {
	background:#E5DBD1;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    line-height: 1.2;
    padding: 10px;
    text-align: left;
	font-weight:bold;
    vertical-align: top;
}

td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 10px 40px 10px 20px;
    vertical-align: middle;
	text-align:left;
}

tr .td2 {
	padding: 10px 10px 10px 20px;
}

td .right {
	text-align:right;
}
	
/* レイアウト用のテーブル */

table.rayout {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 10px 20px;
}
table.rayout th {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
}
table.rayout td {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 10px;
	vertical-align:top;
}


/**********************************************************/
/* フッター */
/**********************************************************/

#footerbg {
	background: url(../images/footer/bg.png) repeat-x center;
	width:100%;
	min-width:1000px;
	position:absolute;
	border-bottom:0;
}

#footer {
	width:940px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

#footer p.copy {
	background: url(../images/footer/copy.png) no-repeat center 30px;
	width:375px;
	height:78px;
	text-indent:-10000em;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}


}



