@charset "utf-8";

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* style */

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
}
a:link {
	color : #333;
	text-decoration: none;
}
a:visited {
	color : #333;
	text-decoration: none;
}
a:active {
	color : #FF9900;
	text-decoration: none;
}
a:hover {
	color : #FF9900;
	text-decoration: underline; }
.both{
	clear:both;
}
.wp {
	width: 100%;  
}  
.wpbox {
	width: 900px;
	margin: 0 auto;
}
h1 {
	color: #FFF;
	background-color: #2676B7;
	height: 20px;
	width: auto;
	padding: 20px;
}
h2 {
	color: #FFF;
	background-color: #2676B7;
	height: 10px;
	width: auto;
	padding: 10px;
}
.box01 {
	font-size: 14px;
	width: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.box02 {
	font-size: 14px;
	width: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.box03 {
	font-size: 14px;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #88b7d5;
	padding: 4px;
	margin-bottom: 30px;
	color: #FFF;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 7px;
	margin-left: -7px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #88b7d5;
	border-width: 12px;
	margin-left: -12px;
}
.smf_step {
	display: block;
	width: 80px;
	height: 50px;
	padding-top: 30px;
	font-size: 18px;
	background-color: #3C9;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 15px;
}
.logo {
	width: 125px;
	float: right;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
.smf_sp_t_10{ margin-top: 10px;	}
.smf_sp_r_10{ margin-right: 10px;	}
.smf_sp_l_10{ margin-left: 10px;	}
.smf_sp_b_10{ margin-bottom: 10px;	}
