@charset "utf-8";

/*  : universal reset
----------------------------------------------------------------------------------------*/

.universal {}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td {
  word-break: break-all;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
img, object, embed {
  vertical-align: bottom;
}
img {
  border: 0;
}
ul, ol {
  list-style: none;
}
html, body {
  height: 100%;
}
input, select {
  vertical-align: middle;
}
body, h1, h2, h3, h4, h5, h6, td, th, p, em, li, dt, dd, div, form, input, textarea, pre, address, blockquote, select, option, optgroup, button {
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo","ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;*/
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  text-align: left;
}
body {
  color: #200e00;
  font-size: 90%;
  line-height: 1.5;
}
table, td, th {
  border: none;
  border-collapse: collapse;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

/*  : common setting
------------------------------*/

strong, em {
  font-style: normal;
  font-weight: bold;
}
a:link, a:active, a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover {
  /*color:#e47201;*/
  text-decoration: underline;
}
a:hover img.over {
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/*  : Form setting
-----------------------------*/

select, option, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
label {
  cursor: pointer;
}
input[type="text"] {
  margin-right: 3px;
}
input[type="checkbox"] {
  vertical-align: middle;
}
input[type="radio"] {
  margin-top: -2px;
  vertical-align: middle;
}
input[type="submit"], input[type="button"] {
  cursor: pointer;
  text-align: center;
}
textarea {
  height: 75px;
  min-height: 75px;
  resize: vertical;
  width: 100%;
}
.ie7 textarea {
  height: 75px;
  min-height: 75px;
  resize: vertical;
  width: 99%;
}

/*  : float
-----------------------------*/

.fltL {
  float: left !important;
}
.fltR {
  float: right !important;
}

/*  : clearfix
-----------------------------*/

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
  clear: both;
}

/*  : font style
-----------------------------*/

.txS {
  font-size: 84%;
  letter-spacing: 0;
}
.txM {
  font-size: 110%;
  text-decoration: none;
}
.txL {
  font-size: 140%;
  line-height: 120%;
}
.txNomal {
  font-weight: normal;
}
.txBold {
  font-weight: bold;
}
.red {
  color: #cc0000;
}
.redBold {
  color: #cc0000;
  font-weight: bold;
}
.blue {
  color: #284473;
}
.blueBold {
  font-weight: bold;
  color: #284473;
}

/*  : align style
-----------------------------*/

.alL {
  text-align: left !important;
}
.alC {
  text-align: center !important;
}
.alR {
  text-align: right !important;
}
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}

/*  : margin
-----------------------------*/

.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt25 {
  margin-top: 25px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb15 {
  margin-bottom: 15px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb25 {
  margin-bottom: 25px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgl5 {
  margin-left: 5px !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgl15 {
  margin-left: 15px !important;
}
.mgl20 {
  margin-left: 20px !important;
}
.mgl25 {
  margin-left: 25px !important;
}
.mgl30 {
  margin-left: 30px !important;
}
.mgr5 {
  margin-right: 5px !important;
}
.mgr10 {
  margin-right: 10px !important;
}
.mgr15 {
  margin-right: 15px !important;
}
.mgr20 {
  margin-right: 20px !important;
}
.mgr25 {
  margin-right: 25px !important;
}
.mgr30 {
  margin-right: 30px !important;
}
.mg10 {
  margin: 10px !important;
}
.mg15 {
  margin: 15px !important;
}

/*  : padding
-----------------------------*/

.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdt25 {
  padding-top: 25px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb25 {
  padding-bottom: 25px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.pdl25 {
  padding-left: 25px !important;
}
.pdl30 {
  padding-left: 30px !important;
}
.pdl50 {
  padding-left: 50px !important;
}
.pdl75 {
  padding-left: 75px !important;
}
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr15 {
  padding-right: 15px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdr25 {
  padding-right: 25px !important;
}
.pdr30 {
  padding-right: 30px !important;
}
.pd5 {
  padding: 5px !important;
}
.pd10 {
  padding: 10px !important;
}
.pd15 {
  padding: 15px !important;
}
.pd20 {
  padding: 20px !important;
}
.pd25 {
  padding: 25px !important;
}
.pd30 {
  padding: 30px !important;
}
.pd40 {
  padding: 40px !important;
}

/*  : width
-----------------------------*/

.wd10 {
  width: 10px !important;
}
.wd20 {
  width: 20px !important;
}
.wd30 {
  width: 30px !important;
}
.wd40 {
  width: 40px !important;
}
.wd50 {
  width: 50px !important;
}
.wd60 {
  width: 60px !important;
}
.wd70 {
  width: 70px !important;
}
.wd80 {
  width: 80px !important;
}
.wd90 {
  width: 90px !important;
}
.wd100 {
  width: 100px !important;
}
.wd110 {
  width: 110px !important;
}
.wd120 {
  width: 120px !important;
}
.wd130 {
  width: 130px !important;
}
.wd140 {
  width: 140px !important;
}
.wd150 {
  width: 150px !important;
}
.wd160 {
  width: 160px !important;
}
.wd170 {
  width: 170px !important;
}
.wd180 {
  width: 180px !important;
}
.wd190 {
  width: 190px !important;
}
.wd200 {
  width: 200px !important;
}
.wd225 {
  width: 225px !important;
}
.wd235 {
  width: 235px !important;
}
.wd250 {
  width: 250px !important;
}
.wd275 {
  width: 275px !important;
}
.wd300 {
  width: 300px !important;
}
.wd310 {
  width: 310px !important;
}
.wd365 {
  width: 365px !important;
}
.wd380 {
  width: 380px !important;
}
.wd480 {
  width: 480px !important;
}
.wd720 {
  width: 720px !important;
}
.wd740 {
  width: 740px !important;
}
.wd850 {
  width: 850px !important;
}
.wd875 {
  width: 875px !important;
}
.wd880 {
  width: 880px !important;
}
.wd950 {
  width: 950px !important;
}
.w5p {
  width: 5% !important;
}
.w10p {
  width: 10% !important;
}
.w15p {
  width: 15% !important;
}
.w20p {
  width: 20% !important;
}
.w25p {
  width: 25% !important;
}
.w30p {
  width: 30% !important;
}
.w35p {
  width: 35% !important;
}
.w40p {
  width: 40% !important;
}
.w45p {
  width: 45% !important;
}
.w50p {
  width: 50% !important;
}
.w55p {
  width: 55% !important;
}
.w60p {
  width: 60% !important;
}
.w65p {
  width: 65% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}

/*  : white-space
-----------------------------*/

.nobr {
  white-space: nowrap;
}

/*  : table-layout
-----------------------------*/
.layout-fixed{
  table-layout: fixed;
}


/*  : For SmartPhone
-----------------------------*/

html {
  /* SmartPhone 文字自動調節機能 */
  -webkit-text-size-adjust: none;
}
a {
  /*タップ時ハイライトカラー 
	-webkit-tap-highlight-color: #e4f3f9;
	opacity:0.5;
	*/
}
a.taplink {
  display: block;
}
a.taplink:hover {
  background-color: #faf0f0 !important;
  color: #d63773;
}
.box_shadow {
  -webkit-box-shadow: 0px 1px 2px 0px #ebeaea;
  -moz-box-shadow: 0px 1px 2px 0px #ebeaea;
  -o-box-shadow: 0px 1px 2px 0px #ebeaea;
  -ms-box-shadow: 0px 1px 2px 0px #ebeaea;
  box-shadow: 0px 1px 2px 0px #ebeaea;
}
.gra_gray {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #FFF 0%, #f6f6f6100%);
  background: -ms-linear-gradient(top, #FFF 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #FFF 0%, #f6f6f6 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#f6f6f6', GradientType=0);
}
.radius20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.radius5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.radius4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.radius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}