@charset "utf-8";
/*
Theme Name:Opinion_custom
Theme URI:
Description:WordPressテーマ「Opinion_custom」
Author:Design Plus
Author URI:
Version:1.0
*/

/*-------------------------------------------------------------- */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
	margin:0;
	padding:0;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
	padding:0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}
a{
	color:#333;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0em;
	line-height: 100%;
	padding: 0px;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0;
	padding:0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
	margin: 0em;
	padding: 0px;
}

dd { margin: 0; 
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
	padding: 0px;
	margin:0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */
table {border-collapse: collapse; border-spacing: 0;}
.underline { text-decoration: underline; }
#container #content .main .mainC table img{margin-bottom:-0.8em;}

/*----------------------------------------------------
　基本設定
----------------------------------------------------*/
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
 }
*{box-sizing: border-box;}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size:14px;
	overflow-x: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media all and (-ms-high-contrast:none){
  body{
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
} 
/* IE11だけに適用 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.webF{font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.minF{font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,ngt, "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

a{ color: #333;text-decoration: none;outline:none !important;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	 -o-transition: 0.3s ease-in-out;  
		transition: 0.3s ease-in-out;
}
a:hover,.hover:hover{
	text-decoration:none;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	outline:none;
}
.hover{
	-webkit-transition: 0.3s ease-in-out;  
		-moz-transition: 0.3s ease-in-out;  
		 -o-transition: 0.3s ease-in-out;  
			transition: 0.3s ease-in-out;
}
.link a{
	color: #333 !important;
}
li{list-style:none;}
.left,.img_left,.alignleft{	float:left;}
.right,.img_right,.alignright{ float:right;}
.center,.img_center,.aligncenter{margin-right:auto;margin-left:auto; text-align:center;}
.b{	font-weight:bold;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  clear:both;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.req{
	background: #F8F6EA;
}

/*　スペース　*/
.center{text-align:center;}
.img_bottom{ margin:0 0 20px 0;}

/*　フォントサイズ　*/
.font11{font-size:11px;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font15{font-size:15px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font24{font-size:24px;}
.font28{font-size:28px;}
.font32{font-size:32px;}
.font36{font-size:36px;}

/*　フォントの色　*/
.green{color:#063;}
.red{color: #CC0000;}
.blue{color: #1C76D0;}
.pink{color: #c95940;}
.gray{color: #4F4e4F;}

/*　高さ　*/
.lineH100{line-height: 100%;}
.lineH120{line-height: 120%;}
.lineH150{line-height: 150%;}
.lineH200{line-height: 200%;}
.lineH250{line-height: 250%;}
.lineH300{line-height: 300%;}


/* カラー */

.icon{background-color:#ff8c00;}
.color1{background-color: #C31E21;}
.color2{background-color:#006400;}
.color3{background-color:#280B8B;}
.color4{background-color:#E19609;}
.color5{background-color:#191970;}
.color6{background-color:#f4a460;}
.color7{background-color:#c71585;}
.color8{background-color:#556b2f;}
.color9{background-color:#6b8e23;}
.color10{background-color:#483d8b;}
.color11{background-color:#ff8c00;}
.color12{background-color:#4169e1;}
.color13{background-color:#696969;}
.color14{background-color:#800000;}
.color15{background-color:#5f9ea0;}
.color16{background-color:#6b8e23;}
.color17{background-color:#ff1493;}
.color18{background-color:#f4a460;}
.color19{background-color:#778899;}

/*　スペース　*/
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}

.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}

.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr40{ margin-right:40px;}
.mr50{ margin-right:50px;}
.mr60{ margin-right:60px;}
.mr70{ margin-right:70px;}
.mr80{ margin-right:80px;}
.mr90{ margin-right:90px;}
.mr100{ margin-right:100px;}

.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml40{ margin-left:40px;}
.ml50{ margin-left:50px;}
.ml60{ margin-left:60px;}
.ml70{ margin-left:70px;}
.ml80{ margin-left:80px;}
.ml90{ margin-left:90px;}
.ml100{ margin-left:100px;}

.pb3{ padding-bottom:3px;}
.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr10{ padding-right:10px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pr60{ padding-right:60px;}
.pr70{ padding-right:70px;}
.pr80{ padding-right:80px;}
.pr90{ padding-right:90px;}
.pr100{ padding-right:100px;}

.pl10{ padding-left:10px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}
.pl70{ padding-left:70px;}
.pl80{ padding-left:80px;}
.pl90{ padding-left:90px;}
.pl100{ padding-left:100px;}

/*フォーム*/
input,select,textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*　幅　*/
.w10{width:10% !important; box-sizing:border-box;}
.w20{width:20% !important; box-sizing:border-box;}
.w25{width:25% !important; box-sizing:border-box;}
.w30{width:30% !important; box-sizing:border-box;}
.w35{width:35% !important; box-sizing:border-box;}
.w40{width:40% !important; box-sizing:border-box;}
.w42{width:42% !important; box-sizing:border-box;}
.w45{width:45% !important; box-sizing:border-box;}
.w47{width:47% !important; box-sizing:border-box;}
.w48{width:48% !important; box-sizing:border-box;}
.w50{width:50% !important; box-sizing:border-box;}
.w55{width:55% !important; box-sizing:border-box;}
.w56{width:56% !important; box-sizing:border-box;}
.w60{width:60% !important; box-sizing:border-box;}
.w62{width:62% !important; box-sizing:border-box;}
.w65{width:65% !important; box-sizing:border-box;}
.w70{width:70% !important; box-sizing:border-box;}
.w75{width:75% !important; box-sizing:border-box;}
.w80{width:80% !important; box-sizing:border-box;}
.w85{width:85% !important; box-sizing:border-box;}
.w90{width:90% !important; box-sizing:border-box;}
.w95{width:95% !important; box-sizing:border-box;}
.w100{width:100% !important; box-sizing:border-box;}


/*　高さ　*/
.h100{height: 100px;}
.h200{height: 200px;}
.h250{height: 250px;}
.h300{height: 300px;}
.h350{height: 350px;}
.h400{height: 400px;}
.h500{height: 500px;}
.h600{height: 600px;}
.h700{height: 700px;}
.h800{height: 800px;}
.h900{height: 900px;}
.h1000{height: 1000px;}

/* 画像 */
.img img{width:auto !important;height:auto !important;max-width: none !important;}
img{max-width: 100%;height: auto;}


/*----------------- lightbox ------------------- */
body:after {
  content: url(images/common/lightbox/close.png) url(images/common/lightbox/loading.gif) url(images/common/lightbox/prev.png) url(images/common/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img { border: none;}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container { padding: 4px;}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/common/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav { left: 0;}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/common/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/common/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/common/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*----------------- lightboxここまで ------------------- */

/*------------　ページング　------------*/
.pagN {
	padding:0 10px;
}
.pagination {
	clear:both;
	padding:50px 0 0px 0;
	font-size:100%;
	line-height:13px;
	width:97%;
	margin:0 auto;
	text-align:center;
}
.pagination .paginationIn{
	display: inline-block;
	text-align:center;
	margin:0 auto;
}
.pagination span,.pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:11px 12px 10px 12px;
	text-decoration:none;
	width:auto;
	color:#FFF !important;
	background:#0e3578;
	font-weight: bold;
}
.pagination a:hover{
	color:#FFF;
	background:#2395DD;
}
.pagination .current{
	padding:11px 12px 10px 12px;
	background:#032B62;
	color:#FFF;
}

/*------------ パンくず ------------*/

.breadNav{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 30px;
	padding:10px 0 0;
	line-height:1.0em;
	background-color:transparent;
}
.bread_crumb{
	display:block;
	width:100%;
	padding:5px;
	font-size:12px;
	box-sizing : border-box;
	border-bottom:1px dotted #CCCCCC;
}
.bread_crumb ul{
	margin:0;
}
.bread_crumb li{
	list-style:none;
	float:left;
	padding-right:10px;
	color:#333;
}
.bread_crumb li a{
	color:#333;
}
.bread_crumb .level-2,.bread_crumb .sub{
	padding:0 20px 0 20px;
	background:url(images/common/arrow/arrow.png) no-repeat 0px center;
}

/*------------　スクロールナビ　------------*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#page-top {
	clear:both;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display:none;
	z-index:99999998;	
}
#page-top a {	
	text-decoration: none;
	width:auto;
	text-align: center;
	display: block;
	z-index:998;	
}
#page-top a:hover {
	text-decoration: none;
}


/*--------------------------------------
　404
--------------------------------------*/
#error{
	padding:30px;
	box-sizing : border-box;
}
#error #box{
	border:1px solid #CCC;
	padding:30px;
}
#error #box ul{
	margin:20px 0;
	padding:0 0 0 200px;
	width:auto;
}
#error #box li{
	float:left;
	text-align:center;
	background-color: #95280D;
	margin:0 2%;
	width:28%;
}
#error #box li a{
	color:#FFF;
	display:block;
	text-decoration:none;
	padding:10px 0;	
}
#error #box li a:hover{
	background-color: #E44129;
}

/*　ボタン　*/
.btnArea30{	padding: 50px 0;}
.btnArea50{	padding: 50px 0;}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.button {
	display: block;
	text-align: center;
	border: 2px solid #0e3578;
	color: #0e3578;
	margin: 0 auto;
}
.button a{
	display: block;
	padding:10px 0;
	color: #0e3578;
	background: url(images/common/arrow/b_arrow.png) no-repeat 95% center,#FFF;
}
.button a:hover,
.button:hover {
	color: #FFF;
	opacity:1.0 !important;
	background: url(images/common/arrow/w_arrowB.png) no-repeat 95% center,#0e3578;
}

/*　リスト　*/
#container dl{
	padding:20px 0 0;
}
#container dt{
	padding:2px 0 2px 5px;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px dotted #7E7E7E;
}
#container dd{
	padding:20px 0 30px 20px;
}
#container dd ul{
	padding:20px 0 20px 0px;
}
#container dd li{
	border-bottom:1px dotted #B0B0B0;
	padding:5px 0 0 10px;
	list-style: inside;
	list-style-type: decimal;
}
