@charset "utf-8";

/****************************************

全ページ共通スタイルシート

1.  リセット
2.  フォント

****************************************/



/************************************************************
1.  リセット
************************************************************/

/* chromeで文字サイズが変わるのを防ぐ(バグ対策) */
* { max-height:1000000px; }

/* Apple系のブラウザで文字サイズが変わるのを防ぐ(バグ対策) */
body { -webkit-text-size-adjust:100%; }

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-size:100%;
font:inherit;
vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display:block;
}
html, body {
line-height:1;
text-align:left;
zoom:1;
}
div, p {
width:auto;
height:auto;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
img {
vertical-align:bottom;
border:0;
}
hr {
margin:0;
padding:0;
border:none;
}
.clearfix:before,
.clearfix:after {
content:" ";
display:table;
}
.clearfix:after { clear:both; }
.clearfix { *zoom:1; }





/************************************************************
2.  フォント
    "Noto Sans CJK JP" licensed under the SIL Open Font License
    https://www.google.com/get/noto/
************************************************************/

@font-face {
    font-family:"NotoSansCJK_JP";
    font-style:normal;
    font-weight:300;
    src: url('./data/fonts/nsans_cjk_jp_dl.woff') format('woff'),
         url('./data/fonts/nsans_cjk_jp_dl.otf') format('opentype');
}
@font-face {
    font-family:"NotoSansCJK_JP";
    font-style:normal;
    font-weight:500;
    src: url('./data/fonts/nsans_cjk_jp_m.woff') format('woff'),
         url('./data/fonts/nsans_cjk_jp_m.otf') format('opentype');
}



/************************************************************
    "Yaku Han JP" licensed under the SIL Open Font License
    http://qrac.github.io/yakuhanjp/
************************************************************/

@font-face {
    font-family:"YakuHan_JP";
    font-style:normal;
    font-weight:300;
    src: url('./data/fonts/yakuhan_jp_dl.woff') format('woff'),
         url('./data/fonts/yakuhan_jp_dl.eot') format('embedded-opentype');
}
@font-face {
    font-family:"YakuHan_JP";
    font-style:normal;
    font-weight:500;
    src: url('./data/fonts/yakuhan_jp_m.woff') format('woff'),
         url('./data/fonts/yakuhan_jp_m.eot') format('embedded-opentype');
}




/************************************************************
全体の設定
************************************************************/

body {
    position:relative;
	width:100%;
	min-width: 960px;
    font-family:"YakuHan_JP", "NotoSansCJK_JP";
    font-weight:300;
    color:#222;
    font-size:16px;
    line-height:1.0em;
    text-align:justify;
    letter-spacing: 0.1em;
}

a {
	text-decoration:none;
}

.m_over:hover {
	opacity: 0.6;
}

.wrap_960px {
	width:960px;
	margin-left: auto;
    margin-right: auto;
}

/************************************************************
headerの設定
************************************************************/

.header_wrap {
	width:100%;
	background-color:#FFF;
}

#header_copy {
	float:left;
	font-size:12px;
	line-height:40px;
	color:#666;
}

#header_logo {
    display:block;
    width:320px;
    float:left;
}

#header_menus {
    display:block;
    width:150px;
    float:right;
}

#header_contact {
    display: inline-block;
    height: 40px;
    margin-left:20px;
    background: #ea5b46;
}

#main_menu_bg {
	width:100%;
	height:100px;
	background-image:url(./images/common/main_menu_bg.gif);
	background-repeat:repeat-x;
}

#main_menu {
	display:block;
    width:160px;
    height:100px;
    float:left;
	background-image:url(./images/common/main-menu-bg.gif);
}
#main_menu:hover {
	background-image:url(./images/common/main-menu-bg_on.gif);
}

#main_menu p:first-child {
    font-weight:500;
	color:#222;
    line-height:1em;
    text-align:center;
    margin-top:33px;
}

#main_menu p:last-child {
    font-weight:500;
    color:#ea5b46;
    font-size:10px;
    line-height:1em;
    text-align:center;
    margin-top:8px;
}




/************************************************************
サブページ共通設定
************************************************************/

#sub_main_visual {
	background-image:url(./images/common/shadow-40.png),url(./images/common/sub-main-visual.jpg);
	background-position:top,center;
	background-size:auto,cover;
	background-repeat:repeat-x,no-repeat;
	height:150px;
}

#page_title_bg {
    background:rgba(27,27,27,0.9);
    width:960px;
    height:150px;
    position:relative;
    top:30px;
}

.sub_title_hr {
	border-top:2px solid #ea5b46;
}

#page_title {
	color:#fff;
    font-size:36px;
    line-height:150px;
    padding-left:50px;
}

#page_title_en {
	color:#707070;
    font-size:14px;
}

/* サブページ用パンくずリスト */
.pankuzu_wrap li {
    display:inline-block;
    position:relative;
	color:#666;
	font-size:14px;
}
.pankuzu_wrap a {
    color:#666;
}
.pankuzu_wrap li:nth-child(n+2)::before {
    content:"\3000\FF1E\3000";
}

/* サブページ内の項目別メニュー */
#page_menu a,
#page_menu span {
	display:block;
    width:310px;
    height:40px;
    float:left;
	color:#fff;
	text-align:center;
	line-height:40px;
    margin-left:15px;
}
#page_menu a:first-child,
#page_menu span:first-child {
	margin-left: 0;
}
#page_menu a::before,
#page_menu span::before {
	/* 桃色矢印 */
	content: url(./images/common/arrow-thin.png);
	vertical-align: -0.1em;
	padding-right: 5px;
}

.page_menu_select {
    background-color:#d1d1d1;
}

.page_menu_not_select {
    background-color:#1b1b1b;
}
.page_menu_not_select:hover {
    background-color:#d1d1d1;
}

#sub_title {
	font-size:30px;
	line-height:30px;
	float:left;
}

#sub_title_info {
	font-size:14px;
	float:right;
	margin-top:16px;
}

.table01 {
	width:100%;
	border-collapse:collapse;
	line-height:1.75em;
}

th.table_top {
    border-top:#ea5b46 2px solid;
}

th {
	border-bottom:#dfdfdf 1px solid;
	text-align:left;
	padding:14px 0;
	color:#666;
}

td.table_top {
	border-top:#ea5b46 2px solid;
}

td {
	border-bottom:#dfdfdf 1px solid;
	text-align:left;
	padding:14px 0;
}

/************************************************************
マージン
************************************************************/

.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt100 { margin-top:100px; }
.mt120 { margin-top:120px; }
.pt50 { padding-top:50px; }
