@charset "utf-8";

/* =========================================================
	01.リセット
	02.COMMONスタイル
	03.HEADERスタイル
	04.FOOTERスタイル
	05.CONTENT
	07.TITLE05
========================================================= */

/*----------------------------------------------------------
	01.リセット
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
}

img {
	vertical-align: bottom;
}

body {
	background: #fff;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','A-OTF 新ゴ Pro',Helvetica;
	line-height: 1;
	-webkit-text-size-adjust: none;
}

/*----------------------------------------------------------
	02.COMMONスタイル
--------------------------------------------------------- */

body {
	color: #333333;
}
input.txt,
textarea.txt {
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, .05) 0 3px 4px 0 inset;
	padding: 4px 8px;
	vertical-align: baseline;
	-moz-border-radius: 4px;
	-moz-box-shadow: rgba(0, 0, 0, .05) 0 3px 4px 0 inset;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, .05) 0 3px 4px 0 inset;
}

.mgt0 {
	margin-top: 0 !important;
}

.mgt2 {
	margin-top: 2px !important;
}

.mgt5 {
	margin-top: 5px !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgtm10 {
	margin-top: -10px !important;
}

.mgt12 {
	margin-top: 12px !important;
}

.mgt13 {
	margin-top: 13px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgr0 {
	margin-right: 0 !important;
}

.mgr5 {
	margin-right: 5px !important;
}

.mgr10 {
	margin-right: 10px !important;
}

.mgr20 {
	margin-right: 20px !important;
}

.mgr30 {
	margin-right: 30px !important;
}

.mgb0 {
	margin-bottom: 0 !important;
}

.mgb2 {
	margin-bottom: 2px !important;
}

.mgb5 {
	margin-bottom: 5px !important;
}

.mgb7 {
	margin-bottom: 7px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb13 {
	margin-bottom: 13px !important;
}

.mgb15 {
	margin-bottom: 15px !important;
}

.mgb17 {
	margin-bottom: 17px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb25 {
	margin-bottom: 25px !important;
}

.mgb27 {
	margin-bottom: 27px !important;
}

.mgb30 {
	margin-bottom: 30px !important;
}

.mgb40 {
	margin-bottom: 40px !important;
}

.mgb45 {
	margin-bottom: 45px !important;
}

.mgl0 {
	margin-left: 0 !important;
}

.mgl10 {
	margin-left: 10px !important;
}

.mgl15 {
	margin-left: 15px !important;
}

.mgl20 {
	margin-left: 20px !important;
}

.mgl30 {
	margin-left: 30px !important;
}

.pd5 {
	padding: 5px;
}

.pd10 {
	padding: 10px;
}

.pd15 {
	padding: 15px;
}

.pd20 {
	padding: 20px;
}

.pdt5 {
	padding-top: 5px;
}

.pdt10 {
	padding-top: 10px;
}

.pdt20 {
	padding-top: 20px;
}

.pdb5 {
	padding-bottom: 5px;
}

.pdb10 {
	padding-bottom: 10px;
}

.pdb15 {
	padding-bottom: 15px !important;
}

.pdb20 {
	padding-bottom: 20px;
}

.pdr10 {
	padding-right: 10px;
}

.pdr20 {
	padding-right: 20px;
}

.pdr30 {
	padding-right: 30px;
}

.pdr40 {
	padding-right: 40px;
}

.pdr50 {
	padding-right: 50px;
}

.alnC {
	text-align: center;
}

.alnL {
	text-align: left;
}

.alnR {
	text-align: right;
}

.noBdr {
	border: none !important;
}

.small {
	font-size: smaller;
}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.pointer {
	cursor: pointer;
}

.transit01 {
	transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
}

.fs9 {
	font-size: 9px !important;
}

.fs10 {
	font-size: 10px !important;
}

.fs11 {
	font-size: 11px !important;
}

.fs12 {
	font-size: 12px !important;
}

.fs13 {
	font-size: 13px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs15 {
	font-size: 15px !important;
}

.fs16 {
	font-size: 16px !important;
}

.lh11 {
	line-height: 1.1 !important;
}

.lh12 {
	line-height: 1.2 !important;
}

.lh13 {
	line-height: 1.3 !important;
}

.lh14 {
	line-height: 1.4 !important;
}

.lh15 {
	line-height: 1.5 !important;
}

.lh16 {
	line-height: 1.6 !important;
}

.lsP1 {
	letter-spacing: 1px;
}

.lsP2 {
	letter-spacing: 2px;
}

.lsP3 {
	letter-spacing: 3px;
}

.lsP4 {
	letter-spacing: 4px;
}

.lsM1 {
	letter-spacing: -1px;
}

.lsM2 {
	letter-spacing: -2px;
}

.lsM3 {
	letter-spacing: -3px;
}

.lsM4 {
	letter-spacing: -4px;
}

.txtR {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hidden {
	display: none;
}

.hrFull {
	border-style: solid;
	margin: 8px -10px;
	padding: 0 10px;
}

.hrHerf {
	margin: 5px 0;
}

.anchorLine {
	text-decoration: underline !important;
}

.noDeco {
	color: #333;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.bold * {
	font-weight: bold;
}

/*----- アイコン -----*/
[class^="icon-"],
[class*="icon-"] {
	background-repeat: no-repeat;
	font-variant: normal;
	font-weight: normal;
	margin-right: 2px;
	padding-left: 18px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

/*----- ボタン -----*/
.btn-pat {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2);
	background-color: #f19653;
	*background-color: #f19653;
	background-image: -moz-linear-gradient(top, #eea96b, #f19653);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eea96b), to(#f19653));
	background-image: -webkit-linear-gradient(top, #eea96b, #f19653);
	background-image: -o-linear-gradient(top, #eea96b, #f19653);
	background-image: linear-gradient(to bottom, #eea96b, #f19653);
	background-repeat: repeat-x;
	border: 1px solid #d88643;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeea96b', endColorstr='#fff19653', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/*----------------------------------------------------------
	03.HEADERスタイル
--------------------------------------------------------- */
header#header {
	padding: 16px;
}
header#header:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/*----------------------------------------------------------
	04.FOOTERスタイル
--------------------------------------------------------- */
footer#footer {
	border-top: 1px solid #cccccc;
	padding: 10px 0;
}

footer#footer #copyright {
	color: #999999;
	font-size: 80%;
	text-align: center;
}

/*----------------------------------------------------------
	05.CONTENT
--------------------------------------------------------- */
.mesBox01 {
	color: #ec800b;
	background-color: #fef7d9;
	border-top: 1px solid #eadead;
	padding: 10px;
}



