@charset "shift-jis";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 >>Initialization the style
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #e9fdff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
	font-style: normal;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
	line-height: 100%;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	/*font:13px/1.231 arial, helvetica, clean, sans-serif;*/
	font:13px/1.231 "‚l‚r ‚oƒSƒVƒbƒN", arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
.hidden {
	display:none;
}


/*Common [END] V('-')V*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
>>Basic
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	color:#555555;
	font-size: 16px;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ƒSƒVƒbƒN", "MS Gothic", Osaka, sans-serif;
	line-height:2;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}
img {
	vertical-align:bottom;
}

/*Basic [END] V('-')V*/




header{
	margin:0 auto;
	padding:10px 0;
	color:#fff;
	background-color:#0080c8;
}
header h1{
	font-size: 18px;
	text-align:center;
	line-height:1.5;
}

.wrap{
	width:700px;
	margin:0 auto;
	background-color:#fff;
}
br.ipn{
	display:none;
}
.contents{
	padding:15px 0 ;
}
.contents > p{
	margin:15px 0 30px;
	text-align:center;
	line-height:1.4;
}
.contents > p span{
	color:#eb6ea5;
	font-size:20px;
	font-weight:bold;
}
.contents h2{
	padding:10px;
	color:#fff;
	text-align:;
	background-color:#0080c8;
}
.contents h2 span{
	font-size:14px;
}
.contents .contents_wrap{
	margin:15px;
}
.contents h3{
	position:relative;
	margin-left:10px;
	padding-left:6px;
	color:#e85298;
	font-weight:bold;
}
.contents h3::before {
	position:absolute;
	top:50%;
	left:0;
	width:0;
	height:0;
	content:"";
	vartical-align:middle;
	border:6px solid transparent;
	border-left:6px solid #e85298;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.contents ul{
}
.contents li{
	margin:0 0 10px 30px;
	list-style:square;
	line-height:1.3;
}
.link {
	margin-bottom:10px;
}
.link a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border-radius:15px;
	background-color:#e85298;
}
.link a:hover{
	background-color:#f39800;
}
.mail_link a{
}
.form_link a{
}
.caution{
	font-size:12px;
	line-height:1.3;
	text-align:right;
}
#rule{

}
#rule h3{
	margin-top:10px;
}
#rule ul{
	margin:10px 0 15px;
}
#notes ul{
	margin:30px 15px 15px ;
}
footer{
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	color:#fff;
	background-color:#0080c8;
}
footer a{
}

@media screen and ( max-width:700px )
{
body{
	font-size:14px;
}

header{
	margin:0 auto;
	padding:5px 0;
	color:#fff;
	background-color:#0080c8;
}
header h1{
	font-size: 14px;
}
.wrap{
	width:100%;
}
br.ipn{
	display:inline;
}
.caution{
	font-size:10px;
	text-align:left;
}

footer{
	width:100%;
}

}


