﻿@charset "utf-8";

/* ****************************************************
  base styles
***************************************************** */
.socialBtn {
}


/* ----------------------------------------------
 * 		elements
 * ---------------------------------------------- */

body {
	font-family: "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	text-align: center;
	font-size: 12px;
	color: #444444;
	line-height: 1.8;
}
hr {
	display: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
sub {
	vertical-align: bottom;
	font-size: 90%;
}
sup {
	margin-right: 2px;
	vertical-align: top;
	font-size: 90%;
}
p {
	margin-bottom: 10px;
}

/* ----------------------------------------------
 * 		anchor
 * ---------------------------------------------- */

a:link {
	color: #222288;
	text-decoration: none;
}
a:visited {
	color: #222288;
	text-decoration: none;
}
a:hover {
	color: #0088ff;
	text-decoration: underline;
}
a:focus,
a:active {
	color: #0088ff;
	text-decoration: none;
}


/* ----------------------------------------------
 * 		class
 * ---------------------------------------------- */

/* ----- text ----- */

.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}
.delete {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}

/* ----- text size ----- */

.text--large {
	font-size: 114%;
}
.text-small {
	font-size: 83%;
}

/* ----- text color ----- */

.text-color-red,
.text-color-required {
	color: #cc0000;
}
.text-color-ff0000 {
	color: #ff0000 !important;
}
.text-color-grey {
	color: #666666 !important;
}
.text-color-3883AB {
	color: #3883AB !important;
}

/* ----- background color ----- */

.bg-color-white {
	background: #FFFFFF;
}

/* ----- img ----- */

img.img-border {
	border: 1px solid #cccccc;
}


/* ----- block ----- */
.block-center {
	margin-left: auto;
	margin-right: auto;
}

/* ----- accessibility ----- */

.non-visual {
	position: absolute;
	top: -1000px;
	left: -1000px;
	overflow: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* ----- cursor ----- */

.pointer img {
	cursor: pointer;
}


/* ----------------------------------------------
 * 		pagetop
 * ---------------------------------------------- */
.pagetop {
	clear: both;
	padding-top: 20px;
	text-align: right;
	
}


/* ----------------------------------------------
 * 		table
 * ---------------------------------------------- */

/* ----- col width ----- */

table col.col-w-1\/5 {
	width: 19%;
}
table col.col-w-1\/4 {
	width: 23%;
}
table col.col-w-1\/3 {
	width: 32%;
}
table col.col-w-1\/2 {
	width: 49%;
}


/* ----------------------------------------------
 * 		width
 * ---------------------------------------------- */

/* ----- width (%) ----- */

.w-1\/5 {
	width: 19% !important;
}
.w-1\/4 {
	width: 23% !important;
}
.w-1\/3 {
	width: 32% !important;
}
.w-1\/2 {
	width: 49% !important;
}

/* ----- width (px) ----- */

.w-100 {
	width: 100px !important;
}
.w-150 {
	width: 150px !important;
}
.w-200 {
	width: 200px !important;
}
.w-230 {
	width: 230px !important;
}
.w-250 {
	width: 250px !important;
}
.w-300 {
	width: 300px !important;
}
.w-350 {
	width: 350px !important;
}
.w-400 {
	width: 400px !important;
}
.w-450 {
	width: 450px !important;
}
.w-500 {
	width: 500px !important;
}
.w-550 {
	width: 550px !important;
}
.w-600 {
	width: 600px !important;
}
.w-650 {
	width: 650px !important;
}
.w-700 {
	width: 700px !important;
}

/* ----- width (% detail) ----- */

.wp-10 {
	width: 10%;
}
.wp-11 {
	width: 11%;
}
.wp-11-50 {
	width: 11.50%;
}
.wp-12-50 {
	width: 12.50%;
}
.wp-14-20 {
	width: 14.20%;
}
.wp-14 {
	width: 14%;
}
.wp-15 {
	width: 15%;
}
.wp-16 {
	width: 16%;
}
.wp-17 {
	width: 17%;
}
.wp-18 {
	width: 18%;
}
.wp-19 {
	width: 19%;
}
.wp-19-50 {
	width: 19.50%;
}
.wp-20 {
	width: 20%;
}
.wp-23 {
	width: 23%;
}
.wp-25 {
	width: 25%;
}
.wp-27 {
	width: 27%;
}
.wp-28 {
	width: 28%;
}
.wp-30 {
	width: 30%;
}
.wp-35 {
	width: 35%;
}
.wp-40 {
	width: 40%;
}
.wp-50 {
	width: 50%;
}
.wp-55 {
	width: 55% !important;
}
.wp-60 {
	width: 60%;
}
.wp-70 {
	width: 70%;
}
.wp-75 {
	width: 75%;
}
.wp-85 {
	width: 85%;
}



/* ----------------------------------------------
 * 		margin
 * ---------------------------------------------- */

/* ----- margin-top ----- */

.mt00 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !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;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}


/* ----- margin-bottom ----- */

.mb00 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !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;
}


/* ----- margin-left ----- */
.ml00 {
	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;
}


/* ----- margin-right ----- */
.mr00 {
	margin-right: 0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}



/* ----------------------------------------------
 * 		padding
 * ---------------------------------------------- */

/* ----- padding-top ----- */

.pt00 {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 5px !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;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}


/* ----- padding-bottom ----- */

.pb00 {
	padding-bottom: 0 !important;
}
.pb5 {
	padding-bottom: 5px !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;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}


/* ----- padding-left ----- */
.pl00 {
	padding-left: 0 !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl140 {
	padding-left: 140px !important;
}


/* ----- padding-right ----- */
.pr00 {
	padding-right: 0 !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}


/* ----- padding-all ----- */
.pa10-20 {
	padding: 10px 20px !important;
}



/* ----------------------------------------------
 * 		align / float
 * ---------------------------------------------- */

/* ----- text-align ----- */

.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}

/* ----- vertical-align ----- */

.v-top {
	vertical-align: top !important;
}
.v-middle {
	vertical-align: middle !important;
}
.v-bottom {
	vertical-align: bottom !important;
}

/* ----- float ----- */

.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}

img.float-left {
	margin: 0 15px 5px 0;
}
img.float-right {
	margin: 0 0 5px 15px;
}

/* ----- clear ----- */

.clear {
	clear: both;
}


.size00 {
font-size: 0;
line-height: 0;
}

/*.socialBtn {
display: none;
}*/

/* ----------------------------------------------
 * 		pseudo-classes
 * ---------------------------------------------- */

.first-child {
	margin-top: 0 !important;
}
.last-child {
	
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}
/* IE7 hacks */

*:first-child+html .clearfix {
	display: inline-table;
}/* end hacks */
