@charset "utf-8";

/*-----------------------------------------------
/*default
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.35em;
	letter-spacing: 1px;
	color: #000;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

a {
	outline: none;
	vertical-align: bottom;
}

a:link { color: #0088cc; text-decoration: none; }
a:visited { color: #0088cc; }
a:hover { color: #0088cc; text-decoration: underline; }
a:active { color: #0088cc; }

img {
	vertical-align: bottom;
}

input,textarea{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*-----------------------------------------------
width
-----------------------------------------------*/
.wd1 { width: 1%; }
.wd5 { width: 5%; }
.wd10 { width: 10%; }
.wd13 { width: 13%; }
.wd15 { width: 15%; }
.wd20 { width: 20%; }
.wd25 { width: 25%; }
.wd30 { width: 30%; }
.wd35 { width: 35%; }
.wd40 { width: 40%; }
.wd44 { width: 44%; }
.wd45 { width: 45%; }
.wd50 { width: 50%; }
.wd60 { width: 60%; }
.wd65 { width: 65%; }
.wd70 { width: 70%; }
.wd75 { width: 75%; }
.wd80 { width: 80%; }
.wd90 { width: 90%; }
.wd100 { width: 100%; }



/*-----------------------------------------------
margin
-----------------------------------------------*/
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.ml5 { margin-left: 5px; }
.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; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }

.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }


/*-----------------------------------------------
padding
-----------------------------------------------*/
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

.pl5 { padding-left: 5px; }
.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; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }


/*-----------------------------------------------
font-siza
-----------------------------------------------*/
.fsize8 { font-size: 8px }
.fsize9 { font-size: 9px }
.fsize10 { font-size: 10px }
.fsize11 { font-size: 11px }
.fsize12 { font-size: 12px }
.fsize14 { font-size: 14px }
.fsize16 { font-size: 16px }
.fsize18 { font-size: 18px }
.fsize24 { font-size: 24px }
.fsize30 { font-size: 30px }
.fsize36 { font-size: 36px }
.fsize40 { font-size: 40px }
.fsize45 { font-size: 45px }
.fsize60 { font-size: 60px }
.fsize80 { font-size: 80px }
.fsize100 { font-size: 100px }
.fsize120 { font-size: 120px }



/*-----------------------------------------------
float
-----------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}


/*=========================================
 base
=========================================*/
/*
html,body{
     height: 100%;
}
*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'sans-serif';
	text-align: center;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #333;
}

ul,li {
	list-style: none;
}

p {
	text-align: left;
}

/*=========================================
 main_layout
=========================================*/
.red {
	color: #cc0000;
}

.red2 {
	color: #fad1cb;
}

.bold {
	font-weight: bold;
}

/* 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 {
	font-weight: bold;
}

table th,
table td {
	padding: 7px 10px;
	text-align: left;
}

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;
}

.flexVertical {
	flex-direction: column !important;
	-webkit-flex-direction: column !important;
}

.flexVerticalReverse {
	flex-direction: column-reverse !important;
	-webkit-flex-direction: column-reverse !important;
}

/* 均等配置 */
.flexEqual { 
	justify-content: space-between !important;
	-webkit-justify-content: space-between !important;
}

/* 横配置 */
.flexLeft {  
	justify-content: flex-start !important;
	-webkit-justify-content: flex-start !important;
}

.flexCenter {  
	justify-content: center !important;
	-webkit-justify-content: center !important;
}

.flexRight { 
	justify-content: flex-end !important;
	-webkit-justify-content: flex-end !important;
}

/* 縦配置 */
.flexTop {  
	align-items: flex-start !important;
	-webkit-align-items: flex-start !important;
}

.flexMiddle {  
	align-items: center !important;
	-webkit-align-items: center !important;
}

.flexBottom {  
	align-items: flex-end !important;
	-webkit-align-items: flex-end !important;
}

.flexGrow {
	flex: flex-grow !important;
	-webkit-flex: flex-grow !important;
}

.flexWrap {
	flex-wrap: wrap !important;
	-webkit-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;
}