@charset "utf-8";
/* CSS レイアウト共通 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
	background-color:#FFF;
}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
html,body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img {
	border:0px;
	vertical-align: top;
}
li {
	list-style-type:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #3266CB;
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

a.rollover_off:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
}
a.rollover_off:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
}
ins{
 background-color: transparent;
}
.fa-twitter:before {
	content: '𝕏' !important;
	font-family: sans-serif !important;
	font-weight: bold;
}

p.img_bottom {
	font-size: 0px;
}
#container {
	width: 100%;
	min-width: 1160px;
	color: #333;
}

/*--------------------------------------------------*
 *   ヘッドエリア
 *--------------------------------------------------*/
#headarea {
	width: 100%;
	border-top: 10px solid #CB475E;
	background-color:#FFFFFF;
}
#headarea .above {
	width: 960px;
	margin: 0px auto;
}
#headarea .above .left {
	width: 640px;
	float: left;
	padding-top: 20px;
}
#headarea .above .left p {
	width: 210px;
	float: left;
}
#headarea .above .left h1 {
	width: 430px;
	float: left;
	padding-top: 10px;
}
#headarea .above .right {
	width: 320px;
	float: right;
}
#headarea .above .right ul {
	text-align: right;
	letter-spacing: -.40em;
}
#headarea .above .right ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 5px;
	vertical-align: top;
	letter-spacing: normal;
}
#headarea .above .right .keyword {
	width: 290px;
	padding-top: 10px;
	padding-left: 30px;
}
#headarea .above .right .keyword input {
	width: 208px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	padding-left: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#headarea .above .right .keyword img {
	padding-left: 10px;
}
#headarea .gloval_navi {
	width: 960px;
	margin: 10px auto 0px auto;
}
#headarea .gloval_navi li {
	width: 96px;
	float: left;
}

/*--------------------------------------------------*
 *   ヘッドエリア（ショート）
 *--------------------------------------------------*/
#short_headarea {
	min-width:1160px;
	position:fixed;
	top:0px;
	z-index:99;
	width: 100%;
	background-color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);

}
#short_headarea .above {
	min-width:1160px;
	width:100%;
	margin: 0px auto;
}
#short_headarea .above .left {
	width: 900px;
	float: left;
	padding: 5px 10px;
}
#short_headarea .above .left p {
	width: 110px;
	float: left;
}
#short_headarea .above .left h1 {
	width: 760px;
	font-size:0.8em;
	float: left;
	line-height:29px;
}
#short_headarea .above .right {
	width: 220px;
	padding:0px 10px;
	float: right;
}
#short_headarea .above .right ul {
	text-align: right;
	letter-spacing: -.40em;
}
#short_headarea .above .right ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 5px;
	vertical-align: top;
	letter-spacing: normal;
}


/*--------------------------------------------------*
 *   メインコンテンツ
 *--------------------------------------------------*/
#main_contents {
	width: 100%;
	font-size: 1.1em;
	line-height: 1.4em;
}

/*--------------------------------------------------*
 *   ぱんくずリスト
 *--------------------------------------------------*/
#pan {
	width: 960px;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
}
#pan span {
	padding-left: 8px;
	padding-right: 4px;
}

/*--------------------------------------------------*
 *   ページトップへ戻る
 *--------------------------------------------------*/
#gotop {
	position: fixed;
	right: 10px;
	bottom: 0;
}
#gotop img {
/*
	width: 60px;
*/
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea {
	width: 100%;
	background-color: #CB475E;
	margin-top: 40px;
	padding: 50px 0px;
}
#footarea .inner {
	width: 960px;
	margin: 0px auto;
}
#footarea .inner .left {
	width: 230px;
	float: left;
}
#footarea .inner .left p.sns {
	padding-top: 15px;
/*
	padding-left: 80px
*/
	text-align:center;
}
#footarea .inner .left p.sns a{
	margin:0px 5px;
}

#footarea .inner .left p.sns i{
	font-size:32px;
	color:#FFF;
}
#footarea .inner .right {
	width: 730px;
	float: right;
}
#footarea .inner .right ul {
	width: 730px;
}
#footarea .inner .right ul li {
	float: left;
	border-left: 1px dashed #FFF;
	min-height: 250px;
	font-size: 0.95em;
	color: #FFF;
	line-height: 1.5em;
}
#footarea .inner .right ul li a {
	color: #FFF;
	text-decoration: none;
}
#footarea .inner .right ul li.item_01 {
	width: 216px;
	padding-left: 18px;
}
#footarea .inner .right ul li.item_02 {
	width: 98px;
	padding: 0px 18px;
}
#footarea .inner .right ul li.item_03 {
	width: 128px;
	padding: 0px 10px 0px 18px;
}
#footarea .inner .right ul li.item_04 {
	width: 184px;
	padding-left: 18px;
}
#footarea .inner .right ul li dl dt {
	text-align: left;
	padding-bottom: 10px;
}
#footarea .inner .right ul li.item_01 dl dd {
	width: 72px;
	float: left;
}
#copyright {
	text-align: center;
	padding: 10px 0px;
background-color:#CB475E;
color:#FFFFFF;
}

/*--------------------------------------------------*
 *   bx-sliderリセット
 *--------------------------------------------------*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc !important;
	-webkit-box-shadow: 0 0 0px #ccc !important;
	box-shadow: 0 0 0px #ccc !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
}
.bx-wrapper {
	margin: 0 auto !important;
}

/************************************************************
 *   20130706追加
 ************************************************************/
/*--------------------------------------------------*
 *   サブタイトル
 *--------------------------------------------------*/
.title_sub {
	width: 940px;
	height: 64px;
	background-image: url(../img/common/title_base.gif);
	background-repeat: no-repeat;
	font-size: 1.6em;
	line-height: 64px;
	padding-left: 20px;
}



.bn_gunmain{
	position:fixed;
	right:0;
	top:180px;
	width:126px;
	height:160px;
}
.bn_gunmain {
    margin:0px -8px 0px 0px;
    -moz-animation: bn_gunmain linear 5s infinite;
    -moz-transform-origin: right 0 -3px;
    -webkit-animation: bn_gunmain linear 5s infinite;
    -webkit-transform-origin: right 0 -3px;
    -ms-animation: bn_gunmain linear 5s infinite;
    -ms-transform-origin: right 0 -3px;
    -o-animation: bn_gunmain linear 5s infinite;
    -o-transform-origin:right 0 -3px;
    animation: bn_gunmain linear 5s infinite;
    transform-origin: right 0 -3px;
    display: block;
    float:left;
}
 
@-moz-keyframes bn_gunmain {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(-3deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(3deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes bn_gunmain {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(-3deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(3deg); }
    100% { -webkit-transform: rotate(0deg); }
}    
@-o-keyframes bn_gunmain {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(-3deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(3deg); }
    100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes bn_gunmain {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(-3deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(3deg); }
    100% { -ms-transform: rotate(0deg); }
}
@keyframes bn_gunmain {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(3deg); }
    100% { transform: rotate(0deg); }
}