@charset "utf-8";

/*=========================================
 base
=========================================*/
/*
html,body{
     height: 100%;
}
*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-break: break-all;
}

body {
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	color: #333;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥/
  height: auto;
  overflow: hidden;
  /**/
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #0cc2ff;
}

a > img {
	vertical-align: bottom;
}

ul,li {
	list-style: none;
}

p {
	text-align: left;
}

.ib {
	display: inline-block !important;
}

.yuMin {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*=========================================
 main_layout
=========================================*/
/* margin */

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb18 {
	margin-bottom: 18px !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;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

/* padding */

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt7 {
	padding-top: 7px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}


.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb7 {
	padding-bottom: 7px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl1em {
	padding-left: 1em !important;
}

.pl2em {
	padding-left: 2em !important;
}

.ml2em {
	margin-left: 2em !important;
}

.ml3em {
	margin-left: 3em !important;
}

/* font */

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.red {
	color: #cc0000;
}

.red2 {
	color: #fad1cb;
}

.bold {
	font-weight: bold;
}

/* line-height */

.lh180 {
	line-height: 180% !important;
}

/* letter-spacing */

.ls05em {
	letter-spacing: 0.5em !important;
}

.ls1em {
	letter-spacing: 1em !important;
}

.ls2em {
	letter-spacing: 2em !important;
}

.ls3em {
	letter-spacing: 3em !important;
}

.ls4em {
	letter-spacing: 4em !important;
}

/* text-align */

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

/* vertical-align */

.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.vab {
	vertical-align: bottom;
}

/* width */

.w10p {
	width: 10%;
}

.w20p {
	width: 20%;
}

.w25p {
	width: 25%;
}

.w30p {
	width: 30%;
}

.w35p {
	width: 35%;
}

.w40p {
	width: 40%;
}

.w50p {
	width: 50%;
}

.w60p {
	width: 60%;
}

.w70p {
	width: 70%;
}

.w80p {
	width: 80%;
}

.w90p {
	width: 90%;
}

.w100p {
	width: 100%;
}

/*=========================================
 table
=========================================*/
table th {
	background: #ededed;
	font-weight: bold;
}

table th,
table td {
	padding: 7px 10px;
	border: 1px solid #ccc;
}

table .v_long {
	width: 70%;
	margin-right: 5px;
}

table .long {
	width: 60%;
	margin-right: 5px;
}

table .middle {
	width: 40%;
	margin-right: 5px;
}

table .middle_short {
	width: 30%;
	margin-right: 5px;
}

table .short {
	width: 20%;
	margin-right: 5px;
}

table .v_short {
	width: 10%;
	margin-right: 5px;
}

/* other */
.cp {
	cursor: pointer;
}

.arrow {
	background: url(../img/top/arrow.png) no-repeat 0 7px;
	padding-left: 10px;
}
/*
img {
	vertical-align: bottom;
}
*/
.disable {
	color: #aaa;
}

.red {
	color: #cc0000;
}

.frame {
	border: 1px solid #ccc;
	padding: 15px !important;
	border-radius: 6px;
}

/*=========================================
 footer
=========================================*/
#footer {
	width: 1000px;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
}

/*-----------------------------------------------
flex
-----------------------------------------------*/
.flex {
	display: flex !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
}

.flexHorizontal {
	flex-direction: row !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
}

.flexVertical {
	flex-direction: column !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
}

.flexVerticalReverse {
	flex-direction: column-reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
}
}

/* 均等配置 */
.flexEqual { 
	justify-content: space-between !important;
	-webkit-justify-content: space-between !important;
	-ms-justify-content: space-between !important;
}

/* 横配置 */
.flexLeft {  
	justify-content: flex-start !important;
	-webkit-justify-content: flex-start !important;
	-ms-justify-content: flex-start !important;
}

.flexCenter {  
	justify-content: center !important;
	-webkit-justify-content: center !important;
	-ms-justify-content: center !important;
}

.flexRight { 
	justify-content: flex-end !important;
	-webkit-justify-content: flex-end !important;
	-ms-justify-content: flex-end !important;
}

/* 縦配置 */
.flexTop {  
	align-items: flex-start !important;
	-webkit-align-items: flex-start !important;
	-ms-align-items: flex-start !important;
}

.flexMiddle {  
	align-items: center !important;
	-webkit-align-items: center !important;
	-ms-align-items: center !important;
}

.flexBottom {  
	align-items: flex-end !important;
	-webkit-align-items: flex-end !important;
	-ms-align-items: flex-end !important;
}

.flexWrap {
	flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
}

/*=========================================
 button
=========================================*/
.btn {
	cursor: pointer;
	outline: none;
}

a.btn {
	color: #333;
	text-decoration: none;
}

input[type="submit"],
.btn {
	margin-left: 3px;
	padding: 6px 10px 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow : 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow : 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow : 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'sans-serif';
	font-weight: bold;
}

input[type="submit"]:hover,
.btn:hover {
	background: #eee;
}

input[type="submit"]:active,
.btn:active {
	background: #ddd;
}

.btnS {
	padding: 3px 5px !important;
}

.btnL {
	padding: 8px 17px !important;
	font-size: 0.9rem;
}

.btnBlue {
	color: #fff;
	background: #5495E6;
	border: 1px solid #2262B3 !important;
}

.btnBlue:hover {
	color: #fff;
	background: #4383D4;
}

.btnBlue:active {
	background: #3070C1;
}

.btnRed {
    color: #fff;
	background: #d66262;
    border: 1px solid #ad3233 !important;
}

.btnRed:hover {
	background: #BB4A4A;
}

.btnRed:active {
	background: #A53434;
}

.btnGreen {
	background: #69BF9E;
    border: 1px solid #479074 !important;
}

.btnGreen:hover {
	background: #59B18F;
}

.btnGreen:active {
	background: #479C7B;
}

.btnWhite {
	background: #fff;
    border: 1px solid #ddd !important;
    color: #444;
}

.btnWhite:hover {
	background: #eee;
}

.btnWhite:active {
	background: #ddd;
}

.btnGray {
	background: #eee;
    border: 1px solid #aaa !important;
}

.btnGray:hover {
	background: #ddd;
}

.btnGray:active {
	background: #ccc;
}

.btnBlack {
	color: #fff !important;
	background: #666;
    border: 1px solid #333 !important;
}

.btnBlack:hover {
	background: #555;
}

.btnBlack:active {
	background: #444;
}


/*--------------------------------------
 form
--------------------------------------*/
.focus {
	box-shadow: 0 0 5px #92cbff !important;
	border: 1px solid #92cbff !important;
}

input[type="text"],textarea,select,button {
	 border: 1px solid #ccc;
	 outline: none;
}

textarea {
	resize: vertical;
	line-height: 1.2;
}

label {
	cursor: pointer;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
		padding: 2px 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
  -webkit-box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.3) inset;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{
  border-color: #8fb8fa;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 3px;
	cursor: pointer;
}

input[type="submit"],
input[type="button"] {
	border: 0;
	outline: none;
	cursor: pointer;
}

textarea {
	resize: vertical;
}

/* icon color */
span.iconWhite {
	color: #fff;
}

span.iconGray {
  color: #999;
}

span.iconRed {
	color: #ff5e72;
}

span.iconOrange {
	color: #fe9a5c;
}

span.iconYellow {
	color: #f1d300;
}

span.iconGreen {
	color: #84a819;
}

span.iconBlue {
	color: #02b3d0;
}

span.iconNavy {
	color: #708cda;
}

span.iconPurple {
	color: #be8fff;
}

/* background */
.bgWhite {
    background: #fff;
}

.bgGray {
  background: #999;
}

.bgRed {
    background: #ff5e72;
}

.bgOrange {
    background: #fe9a5c;
}

.bgYellow {
    background: #f1d300;
}

.bgGreen {
    background: #84a819;
}

.bgBlue {
    background: #02b3d0;
}

.bgNavy {
    background: #708cda;
}

.bgPurple {
    background: #be8fff;
}

/* contentsbox */
.boxAll {
	padding: 10px;
}

.boxTop {
	padding: 0 10px 10px 10px;
}

.boxBottom {
	padding: 10px 10px 0 10px;
}

.boxVertical {
	padding: 0 10px;
}

.boxRight {
	padding: 10px 0 10px 10px;
}

.boxLeft {
	padding: 10px 10px 10px 0;
}

.boxHorizontal {
	padding: 10px 0;
}