
/*=====================================================================
 HTML5 display definitions
=====================================================================*/
/* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */

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

html {font-size:62.5%;} /* remベースで 10px */

body {
	font-size:14px; font-size:1.4rem; /* 14px */
	line-height: 1.4;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.06em;
	text-rendering: optimizeLegibility;
	margin: 0px;
}

pre,code,kbd,samp,tt{font-family:monospace;*font-size:1rem;line-height:100%;}
select,input,button,textarea {font:1rem arial,helvetica,clean,sans-serif;}

/* rem size utility */
.text05 {font-size: 5px; font-size: 0.5rem !important}  /* =5px  */
.text06 {font-size: 6px; font-size: 0.6rem !important}  /* =6px  */
.text07 {font-size: 7px; font-size: 0.7rem !important}  /* =7px  */
.text08 {font-size: 8px; font-size: 0.8rem !important}  /* =8px  */
.text09 {font-size: 9px; font-size: 0.9rem !important}  /* =9px  */
.text10 {font-size: 10px; font-size: 1.0rem !important} /* =10px */
.text11 {font-size: 11px; font-size: 1.1rem !important} /* =11px */
.text12 {font-size: 12px; font-size: 1.2rem !important} /* =12px */
.text13 {font-size: 13px; font-size: 1.3rem !important} /* =13px */
.text14 {font-size: 14px; font-size: 1.4rem !important} /* =14px */
.text15 {font-size: 15px; font-size: 1.5rem !important} /* =15px */
.text16 {font-size: 16px; font-size: 1.6rem !important} /* =16px */
.text17 {font-size: 17px; font-size: 1.7rem !important} /* =17px */
.text18 {font-size: 18px; font-size: 1.8rem !important} /* =18px */
.text19 {font-size: 19px; font-size: 1.9rem !important} /* =19px */
.text20 {font-size: 20px; font-size: 2.0rem !important} /* =20px */
.text21 {font-size: 21px; font-size: 2.1rem !important} /* =21px */
.text22 {font-size: 22px; font-size: 2.2rem !important} /* =22px */
.text23 {font-size: 23px; font-size: 2.3rem !important} /* =23px */
.text24 {font-size: 24px; font-size: 2.4rem !important} /* =24px */
.text25 {font-size: 25px; font-size: 2.5rem !important} /* =25px */
.text26 {font-size: 26px; font-size: 2.6rem !important} /* =26px */
.text27 {font-size: 27px; font-size: 2.7rem !important} /* =27px */
.text28 {font-size: 28px; font-size: 2.8rem !important} /* =28px */
.text29 {font-size: 29px; font-size: 2.9rem !important} /* =29px */
.text30 {font-size: 30px; font-size: 3.0rem !important} /* =30px */
.text31 {font-size: 31px; font-size: 3.1rem !important} /* =31px */
.text32 {font-size: 32px; font-size: 3.2rem !important} /* =32px */
.text33 {font-size: 33px; font-size: 3.3rem !important} /* =33px */
.text34 {font-size: 34px; font-size: 3.4rem !important} /* =34px */
.text35 {font-size: 35px; font-size: 3.5rem !important} /* =35px */
.text36 {font-size: 36px; font-size: 3.6rem !important} /* =36px */

/* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio,canvas,video {display: inline-block; *display: inline; *zoom: 1;}

/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {display: none; height: 0;}

/* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] {display: none;}



/*======================================================================
 Base
======================================================================*/
/*---------------------------------------------------------------------
 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera.
 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera.
 4. Prevent iOS text size adjust after orientation change, without disabling user zoom.
---------------------------------------------------------------------*/
html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
html,button,input,select,textarea {font-family: sans-serif;}



/*======================================================================
 Links
======================================================================*/
/* Address `outline` inconsistency between Chrome and other browsers.*/
a:focus {outline: thin dotted;}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {outline: 0;}



/*======================================================================
 Typography
======================================================================*/
h1 {font-size: 28px; font-size: 2.8rem; margin: 0 0 0.2em;}
h2 {font-size: 24px; font-size: 2.4rem; margin: 0 0 0.2em;}
h3 {font-size: 20px; font-size: 2.0rem; margin: 0 0 0.2em;}
h4 {font-size: 16px; font-size: 1.6rem; margin: 0 0 0.2em;}
h5 {font-size: 13px; font-size: 1.3rem; margin: 0 0 0.2em;}
h6 {font-size: 10px; font-size: 1.0rem; margin: 0 0 0.2em;}
p,li,dt,dd {font-size: 14px; font-size: 1.4rem}

/* Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {border-bottom: 1px dotted;}

/* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b,strong {font-weight: bold;}
blockquote {margin: 1em 40px;}

/* Address styling not present in Safari 5 and Chrome. */
dfn {font-style: italic;}


/* Address styling not present in IE 6/7/8/9. */
mark {background: #ff0; color: #000;}

/* Correct 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: 10px;
    font-size: 1rem;	
}

/* Improve readability of pre-formatted text in all browsers. */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}

/* Address `quotes` property not supported in Safari 4. */
q:before, q:after {content: ''; content: none;}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,sup {font-size: 6px; font-size: 0.6rem; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}



/*======================================================================
 Embedded content
======================================================================*/
/* Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. */
img {border: 0;}

/* Correct overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden;}



/*======================================================================
 Figures
======================================================================*/
/* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure {margin: 0;}



/*======================================================================
 Forms
======================================================================*/
/* Define consistent border, margin, and padding. */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

/*---------------------------------------------------------------------
 1. Correct color not being inherited in IE 6/7/8/9.
 2. Correct text not wrapping in Firefox 3.
---------------------------------------------------------------------*/
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
}

/*---------------------------------------------------------------------
 1. Correct font size not being inherited in all browsers.
 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome.
 3. Improve appearance and consistency in all browsers.
---------------------------------------------------------------------*/
button,input,select,textarea {
		font-size: 10px;
    font-size: 1.4rem; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/* Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button,input {line-height: normal;}

/*---------------------------------------------------------------------
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
---------------------------------------------------------------------*/
button,select {text-transform: none;}

/*---------------------------------------------------------------------
 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 2. Correct inability to style clickable `input` types in iOS.
 3. Improve usability and consistency of cursor style between image-type `input` and others.
---------------------------------------------------------------------*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
    cursor: default;
}

/*---------------------------------------------------------------------
 1. Address box sizing set to content-box in IE 8/9.
 2. Remove excess padding in IE 8/9.
---------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*---------------------------------------------------------------------
 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 2. Address `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;
}

/* Remove 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;}

/* Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}

/*---------------------------------------------------------------------
 1. Remove default vertical scrollbar in IE 6/7/8/9.
 2. Improve 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;
}

table tr th,table tr td {
    margin: 0;
    text-align: left;
    padding: 0.5em 0.5em;
    border: 1px #e5e5e5 solid;
    line-height: 2.2rem;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem
}

table caption {
    margin-bottom: 0.3em;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    font-size: 12px;
		font-size: 1.2rem
}



/*======================================================================
 Link-hover Style
======================================================================*/
a{color:#000; text-decoration: none; outline:none;} /* リンクされた文字 */
a:link {color:#000} /* 未訪問のリンク */
*a:visited {color:#000} /* 訪問後のリンク　必要無かったら削除 */
a:hover {color:gray; text-decoration: none;} /* マウスをのせたとき */
a:active {color:#000} /*クリック中*/
a:focus{outline: none;}
a img:hover {opacity: 0.7; -ms-filter: "alpha( opacity=70 )"; filter: alpha( opacity=70 );}
a img.non-trans:hover { opacity: 1; -ms-filter: "alpha( opacity=100 )"; filter: alpha( opacity=100 );} 

a.underline {text-decoration: underline}
a.unlink {pointer-events: none;}

a.fade {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;}
a.fade:hover {opacity: 0.7}

.box-btn {padding: 8px 30px; background: silver; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;}
a.box-btn {color: white; letter-spacing: 0.1em;}
a.box-btn:hover {opacity: 0.8}

.ghost-btn {padding: 8px 30px; border: 1px solid silver; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;}
a.ghost-btn {color: gray; letter-spacing: 0.1em;}
a.ghost-btn:hover {border: 1px solid black;}

.zoom {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.zoom:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}



/*======================================================================
 Foundation Reset
======================================================================*/
.row {max-width: 1080px; background-color: rgba(0, 0, 255, 0.19)}
.columns {margin-bottom: 30px}
dl dt,dl dd {margin-bottom: 0}
h1,h2,h3,h4,h5,h6 {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Verdana, sans-serif;}



/*======================================================================
 Utility Style
======================================================================*/
img {vertical-align:bottom; border:0; max-width:100%; height: auto;} /* レスポンシブ対応 */
#main img[src$=".svg"] {width: 100%;} /* #main内の 全てのsvgに width:100% IE対策 */
img.full {width: 100%} /* IEで大きな.svg を100%表示 上記の外し個別対応の場合 */
em {color: red; font-weight: bold; font-style: normal}
hr {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
ul,ol {margin: 0px; padding: 0px; list-style-type: none}
ul.buret {list-style: none; padding-left: 0; display: table;}
ul.buret li:after {content: ""; display: block; margin-bottom: 0.5em;}
ul.buret li {display: table-row;}
ul.buret li:before {content: "•"; display: table-cell; padding-right: 0.4em;}
ol.buret {list-style: none; padding-left: 0; display: table;}
ol.buret li:after {content: ""; display: block; margin-bottom: 0.5em;}
ol.buret li {display: table-row; counter-increment: table-ol;}
ol.buret li:before {content: counter(table-ol) "."; display: table-cell; padding-right: 0.4em; text-align: right;}
ul.parallel {text-align: center}
ul.parallel li {display: inline-block; margin: 0 20px 30px}

.cf:after {content:""; display:block; clear:both;} /* clearfix */

.float-left-list li {float: left}
.float-rigth-list li {float: right}
.float-left {float: left}
.float-right {float: right}
.clear-float {clear: both}
.text-center {text-align: center}
.text-left {text-align: left}
.text-justify {text-align: justify}
.box-center {margin-right:auto; margin-left:auto;}
.border-bottom {border-bottom: 1px solid silver; margin-bottom: 0.3em; padding-bottom: 0.2em}
.red {color: red} .black {color: black} .white {color: white}
.note {background-color:#f9f9f9 ; padding: 1.2em; font-size: 1.2rem}
.none {display: none}
.shadow01 {-webkit-box-shadow: 0px 4px 6px #999; -moz-box-shadow: 0px 4px 6px #999; box-shadow: 0px 4px 6px #999;}
.shadow02 {-webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777;}
.round10 {-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;}
.round20 {-moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px;}
.relative {position: relative}
b.maker {background: linear-gradient(transparent 40%, #ffff4f 40%);}
.line-box {padding: 10px 30px; border: 1px silver solid; display: inline-block;}

.mt0  {margin-top: 0 !important;}
.mt5  {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt-10 {margin-top: -10px !important;}
.mt-20 {margin-top: -20px !important;}
.mt-30 {margin-top: -30px !important;}
.mt-40 {margin-top: -40px !important;}
.mt-50 {margin-top: -50px !important;} 
.mr0  {margin-right: 0 !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.mb0  {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.ml0  {margin-left: 0 !important;}
.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}

.pt0  {padding-top: 0 !important;}
.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pr0  {padding-right: 0 !important;}
.pr10 {padding-right: 10px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}
.pr50 {padding-right: 50px !important;}
.pb0  {padding-bottom: 0 !important;}
.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;} 
.pl0  {padding-left: 0 !important;}
.pl10 {padding-left: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pl50 {padding-left: 50px !important;}



/*======================================================================
 Font Character Set
======================================================================*/
.gothic {font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;}
.mincho {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif !important;}
.mono {font-family: "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;}
.maru-gothi {font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;}