@charset "utf-8";
/* CSS Document 全共通css*/

/*PC非表示*/
.sp {
	display:none;
}
header .spmenu {
	display:none;
}
/*/PC非表示*/

/* リセット */
html {
	font-size: 13px;
}
body, td, th {
	margin: 0;
	padding: 0;
	background-color:#fff;
	color: #222222;
	line-height: 1.7;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-style: normal;
}
strong.blue {
	font-weight: bold;
	font-style: normal;
	color: #0033cc;
}
strong.lblue {
	font-weight: bold;
	font-style: normal;
	color: #3366cc;
}
em {
	font-weight: bold;
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.font_l {
	font-size: 110%;
	font-size: 1.1rem;
}
.font_ll {
	font-size: 120%;
	font-size: 1.2rem;
}
.red {
	color: #ea4b4b;
}
.blue {
	color: #0033cc;
}
.lblue {
	color: #3366cc;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 10px;
}
.photo_left {
	float: left;
	margin-right: 10px;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

/* float背景のバグ処理 */
.clearfix {
	overflow: hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}
/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* 基本レイアウト */ 
body {
	min-width: 1020px;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#container {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/header/bg_2nd.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 4px 206px;
}
header {
	width: 100%;
	height: 156px;
	z-index:100;
}
/*
.fixed {
    position: fixed;
    left:0;
    top: 0;
}
*/
#gnav {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 2px 0 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents {
	width: 1020px;
	margin: 0 auto;
	padding: 0 0;
}
footer {
	clear: both;
	width: 100%;
	padding: 11px 0 10px;
	margin: 0 auto;
	background-color:#efecff;
	color: #2a2a2a;
}
/* 以上基本レイアウト */


/*ヘッダー*/
header .inside {
	width: 1020px;
	margin: 0 auto;
	height:100px;
}
header h1 {
	float: left;
	padding-top: 16px;
}
header h1 img {
	width: 341px;
	height: 70px;
}
header .inside .r {
	float: right;
	margin-top: 21px;
	width: 429px;
	height: auto;
}
header .inside .r .home {
	float: left;
	line-height: 0;
}
header .inside .r .home img {
	width: 58px;
	height: 28px;
	line-height: 0;
}
header .inside .r .search {
	float: right;
	width: 361px;
	height: 26px;
	box-sizing: content-box;
	border: solid 1px #dedede;
	font-size: 100%;
}
header .inside .r .search form .txt input[type=text] {
	float: left;
	margin: 0;
	padding: 0 5px;
	width: 292px;
	height: 26px;
	line-height: 26px;
	font-size: 100%;
	font-size: 1rem;
	border: none;
}
header .inside .r .search form input[type=image] {
	float:right;
	margin: 0;
	padding: 0;
	width: 57px;
	height: 26px;
	border: none;
}
header .inside .r .search form input[type=image]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header .inside .r #hmenu {
	margin-top: 15px;
	height: 22px;
	background-image: url(../images/header/border.png);
	background-position: right top;
	background-repeat: no-repeat;
}
header .inside .r #hmenu ul {
	font-size: 11px;
}
header .inside .r #hmenu ul li {
	display:inline-block;
	margin: 0 2px 0 0;
	line-height: 0;
	vertical-align: top;
}
header .inside .r #hmenu ul li:before{
	content: url(../images/header/border.png);
	margin: 0 8px 0 0;
	position: relative;
	top: 0;
	vertical-align: top;
}
header .inside .r #hmenu ul li a {
	text-decoration: none;
	position: relative;
	top: 10px;
	vertical-align: top;
}
header .inside .r #hmenu ul li a:hover {
	text-decoration: underline;
}

/*グローバルメニュー*/
#gnav ul {
	width: 1020px;
	height: 50px;
	margin: 1px auto 0;
}
#gnav li {
	float: left;
	list-style: none;
	width: 170px;
	height: 50px;
	text-align: center;
	font-size: 120%;
	font-size: 1.2rem;
	letter-spacing: 0.4em;
	font-weight: normal;
}
#gnav li img {
	width: 168px;
	height: 50px;
	vertical-align: top;
}
#gnav li a {
	display: block;
	height: 100%;
	color: #fff;
	border-left: solid #270089 1px;
	border-right: solid #4100e6 1px;
	text-decoration: none;
	line-height: 50px;
}
#gnav li a:hover {
	text-decoration: underline;
}
#gnav li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#gnav li.last a {
	background-position: left top;
}
/*/グローバルメニュー*/

/*pagetop*/
.pagetop {
	margin-top: 24px;
	margin-bottom: 8px;
	text-align: right;
}
.pagetop a {
	text-decoration: none;
	background-image: url(../images/arr02.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 14px;
}
.pagetop a:hover {
}
#gototop {
	position: fixed;
	z-index: 99;
	bottom: 5%;  
	right: 5%;
	width:40px;
	height:107px;
}
#gototop a {
	color:#fff;
	text-decoration:none;
}

/*フッター*/
footer .logo {
	margin: 0 auto;
	width: 1020px;
}
footer .logo img {
	width: 206px;
	height: 43px;
}
footer .address {
	margin: 0 auto 10px;
	width: 1020px;
	height: 25px;
	border-bottom: 1px solid #888888;
	font-size: 85%;
	font-size: 0.85rem;
	line-height: 25px;
}
footer #fmenu {
	margin: 0 auto;
	width: 1020px;
}
footer #fmenu .title {
	float: left;
	width: 92px;
	font-size: 90%;
	font-size: 0.9rem;
	line-height: 2.0em;
}
footer #fmenu .list {
	float: left;
	margin-bottom: 6px;
	width: 928px;
}
footer #fmenu .list ul.main {
}
footer #fmenu .list ul.main li {
	display: inline;
	margin-right: 15px;
	list-style: none;
	font-size: 90%;
	font-size: 0.9rem;
	line-height: 2.0em;
	vertical-align: top;
}
footer #fmenu .list ul.main li:before {
	margin-left: 0;
	margin-right: 2px;
	content: "●";
	color:#3700c2;
	font-size: 75%;
	font-size: 0.75rem;
	vertical-align: top;
}
footer #fmenu .list ul.main li:last-child {
	margin-right: 0;
}
footer #fmenu .list ul.sub {
}
footer #fmenu .list ul.sub li {
	display: inline;
	margin-right: 15px;
	list-style: none;
	font-size: 90%;
	font-size: 0.9rem;
	line-height: 2.0em;
}
footer #fmenu .list ul.sub li:before {
	margin-left: 0;
	margin-right: 2px;
	content: "＞";
}
footer #fmenu .list ul.sub li:last-child {
	margin-right: 0;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer #copyright {
	width: 100%;
	height: 30px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	text-align: center;
	font-size:80%;
	font-size:0.80rem;
	line-height: 30px;
}
/*/フッター*/
