/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */
@charset "UTF-8";

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

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

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

menu,ol,ul {
	margin: 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,ol,ul {
	padding: 0;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

ol, ul {
	list-style: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,input,select {
	vertical-align: baseline;
}

button,input,select,textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	vertical-align: bottom;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd {
	font-size: 1em;
}

pre {
	font-family: monospace,monospace;
}

pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,body,p,pre,blockquote,figure,dl,dl dt,dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,img:focus,map area:focus {
	outline: none;
}

th,td,fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #000;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-size: 13px;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
}

body {
	color: #000;
	background: #fff;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,a:visited {
	color:#333;
	text-decoration: underline;
}

a:hover,a:focus {
	color: #e81000;
	text-decoration: none;
}

a:active {
	color: #c7052f;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

samp {
	color: #FFF;
	background: rgba(0,0,0,.9);
}

samp,kbd {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0,0,0,.025);
}

kbd kbd {
	display: inline-block;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0,0,0,.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255,255,255,.5)inset,-1px -1px 1px rgba(0,0,0,.5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,.9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

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

figcaption {
	margin-top:5px;
}


/*header
---------------------------------------------------------- */
header {
	width: 100%;
	position: absolute;
	z-index: 99;
}

header a:link,
header a:visited {
	color:#333;
	text-decoration:none;
}
header a:hover {
	color:#e81000;
}

.header_block {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #e81000;
}

.header_box {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 100px 10px;
	display: table;
	clear: both;
}

.header_box .head_logo {
	float: left;
}

.header_box_inner {
	width: 575px;
	float: right;
}

.header_box_inner .smenu {
	float: left;
	height: 13px;
	line-height: 1.3;
	margin: 5px 15px 0 0;
	padding: 0 16px 0 0;
	border-right: 1px solid #666666;
}
.header_box_inner .smenu img {
	width: 12px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.header_box_inner .change_area {
	float: left;
}
.header_box_inner .change_area p {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.header_box_inner .fsize {
	display: table-cell;
	vertical-align: middle;
	margin-left: 15px;
	height: 27px;
}
.header_box_inner .fsize li {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 8px;
}
.header_box_inner .fsize li:first-child {
	padding-left: 0;
}
.header_box_inner .fsize li span.select {
	display: table-cell;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	background: #e81000;
}
.header_box_inner .fsize li:first-child span.select {
	width: 25px;
	height: 25px;
	padding-top: 2px;
}
.header_box_inner .fsize li.font_s {
	font-size: 93%;
	font-weight: bold;
	color: #e81000;
}
.header_box_inner .fsize li.font_m {
	font-size: 108%;
	font-weight: bold;
	color: #e81000;
}
.header_box_inner .fsize li.font_l {
	font-size: 123.1%;
	font-weight: bold;
	color: #e81000;
}

.header_box_inner #search {
	float: left;
	width: 206px;
	margin-left: 10px;
}
.header_box_inner #search .input_box {
	float: left;
	width: 176px;
	padding: 7px;
	border: 0;
	font-size: 85%;
	letter-spacing: 0.05em;
	outline: 0px none black;
	background: #f1f1f1 !important;
}

.header_box_inner .lang_menu {
	float: left;
	width: 70px;
	margin-left: 10px;
}
.header_box_inner .lang_menu li {
	line-height: 0;
	margin-top: 1px;
}
.header_box_inner .lang_menu li:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 736px) {

	header {
		position: static;
	}

	.header_block {
		width: 100%;
		border-top: 3px solid #e81000;
	}

	.header_block .head_logo {
		width: 35%;
		padding-right: 5%;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.header_block .head_logo img {
		max-width: 90px;
		margin: 0 auto;
	}

	.header_box {
		width: 94%;
		padding: 15px 0;
		display: table;
	}
	.header_box_inner {
		display: none;
	}

}

/*gnav
---------------------------------------------------------- */
.gnav {
	width: 100%;
}
.gnav ul {
	width: 1080px;
	margin: 0 auto 15px;
}
.gnav li {
	float: left;
}
.gnav li a {
	display: block;
	padding: 20px 36px;
}
.gnav_btn {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.gnav_btn img {
	max-width: 30px;
	margin: 0 auto;
}
.gnav_btn img.close {
	display: none;
}
.gnav_btn.gnav_close img.close {
	display: block;
	position: absolute;
	top: 15px;
	right: 14px;
}
.gnav_btn.gnav_close img.open {
	display: none;
}

.gnav_sp_block {
	display: none;
	background: #c90f00;
	height: 100%;
	width: 75%;
	position: absolute;
	z-index: 100000;
	top: 0;
	right: 0;
}
.gnav_sp_block .gnav_sp {
	position: absolute;
	top: 50px;
	width: 100%;
}
.gnav_sp .menu .nav_bg {
	width: 100%;
	margin: 0;
	background: #c90f00;
}
.gnav_sp ul li {
	border-top: 2px solid #af0d00;
	color: #fff;
	cursor: pointer;
	font-size: 110%;
}

.gnav_sp .nav_bg > ul li.close_sub,
.gnav_sp .nav_bg > ul li.open_sub {
	    padding: 15px 1.5em;
}

.gnav_sp ul li a {
	display: block;
	color: #fff;
	padding: 15px 1.5em;
}
.gnav_sp ul .sub_nav {
	display: none;
	background: #af0d00;
	padding: 0;
}
.gnav_sp ul .sub_nav li {
	border-top: 2px solid #9e0900;
}
.gnav_sp ul .sub_nav li a {
	color: #ffdad7;
	padding: 15px 2.5em;
	font-size: 1.1rem;
}

.gnav_sp ul li:first-child,
.gnav_sp ul .sub_nav li:first-child {
	border-top: none;
}

.nav_box {
	padding: 15px 4%;
	border-top: 2px solid #af0d00;
	font-size: 110%;
}
.nav_box .contact_btn {
	display: block;
	padding: 20px 0 20px 30px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.nav_box .contact_btn a {
	display: block;
	background: url(../img/common/icon_contact.gif) 15% center no-repeat;
	background-size:17px auto;
}
.nav_box .lang_area ul li {
	float: left;
	width: 49%;
	margin-top: 10px;
	padding: 16px 0;
	background: #c8c8c8;
	border-top: none;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.nav_box .lang_area ul li:first-child {
	margin-right: 2%;
}
.nav_box .lang_area ul li a {
	color: #333333;
}

@media only screen and (max-width: 736px) {

	.gnav {
		min-width: 100%;
	}

	.gnav_open_block {
		pointer-events: none;
		filter: opacity(25%);
		-webkit-filter: opacity(25%);
		-moz-filter: opacity(25%);
		-ms-filter: opacity(25%);
	}
}

/* cor_header
---------------------------------------------------------- */
#cor_header {
	height: 400px;
	background: #204979 url(../img/common/bg_cor_header.jpg) center no-repeat;
	width:100%;
	min-width: 1200px;
}
#cor_header .cor_ttl {
	margin: 0 auto;
	padding-top: 190px;
	text-align: center;
	color: #fff;
}
#cor_header .cor_ttl .cor_ttl01 {
	font-size: 292.3%;
	letter-spacing: 2px;
}
#cor_header .cor_ttl .cor_ttl01_single {
	font-size: 292.3%;
	letter-spacing: 2px;
	padding:10px 0;
}
#cor_header .cor_ttl .ttl_txt img {
	width:auto;
	height:10px;
}
#cor_header .pnkz {
	width: 1200px;
	margin: 56px auto 0;
	padding: 30px 100px;
	background: #fbfcfc;
}
#cor_header .pnkz li {
	float: left;
	padding: 0 11px 0 0;
}
#cor_header .pnkz li:first-child {
	padding-left: 0px;
}
#cor_header .pnkz li a {
	color: #ff8459;
	text-decoration: underline;
	padding-right: 14px;
	background: url(../img/common/icon_arrow04.png) right 5px no-repeat;
}
#cor_header .pnkz li.arrow {
	margin-right: 10px;
	padding-right: 14px;
	background: url(../img/common/icon_arrow04.png) right 6px no-repeat;
}

@media only screen and (max-width: 736px) {
	#cor_header {
		height: auto;
		min-width: 100%;
	}
	#cor_header .cor_ttl {
		padding: 20px 0;
	}
	#cor_header .cor_ttl .cor_ttl01 {
		font-size: 180%;
		font-weight:normal;
	}
	#cor_header .cor_ttl .ttl_txt {
		line-height:1;
	}
}

/*container
---------------------------------------------------------- */
#container {
	clear:both;
	width: 100%;
	min-width: 1200px;
}

@media only screen and (max-width: 736px) {
	#container {
		min-width: 100%;
	}
}

/*contents
---------------------------------------------------------- */
#contents {
	width: 100%;
	min-width:1200px;
	position: relative;
}
.contents_block {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {

	#contents,
	.contents_block {
		width: 100%;
		min-width:100%;
	}

}

/*ttl
---------------------------------------------------------- */
.ttl01 {
	margin-bottom: 30px;
	padding-bottom: 25px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	font-size: 276%;
	letter-spacing: 0.05em;
	word-break:break-all;
}

.ttl01 span.en {
	display: block;
	font-size: 30%;
	color: #e81000;
	line-height:1.8;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.ttl01 span.color_red {
	color: #e81000;
}

.ttl02 {
	padding: 15px 20px;
	margin-bottom: 30px;
	font-size: 153.8%;
	color: #fff;
	background: url(../img/common/bg_texture01.png) top left;
}

@media only screen and (max-width: 736px){

	.ttl01 {
		margin-bottom: 10px;
		padding-bottom: 15px;
		font-size: 192%;
	}
	.ttl01 span.en {
		font-size: 46%;
	}

	.ttl02 {
		padding: 4px 20px;
		margin: 20px 0;
		font-size: 130%;
		font-weight:normal;
	}

}

/*icon
---------------------------------------------------------- */
.icon_blank {
	background:url(../img/common/icon_blank.png) right 0.2em no-repeat;
	padding-right:18px;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	-moz-background-size: 14px auto;
	-ms-background-size: 14px auto;
	-o-background-size: 14px auto;
}

/*bnr
---------------------------------------------------------- */
.top_bnr {
	padding: 40px 0 30px;
	clear: both;
	background: #e81000;
}

#bnr_block {
	width: 1000px;
	margin: 0 auto;
}

#bnr_block #bnr_gallery {
	width: 975px;
	margin: 0 auto;
}

#bnr_block #bnr_gallery li {
	width: 305px;
	margin: 0 10px 10px;
	float: left;
}

#bnr_block #bnr_gallery li img {
	width: 305px;
	height: auto;
}

@media only screen and (max-width: 736px) {

	.top_bnr {
		padding: 20px 0 10px;
	}

	#bnr_block {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#bnr_block #bnr_gallery {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0 3.125%;
	}

	#bnr_block #bnr_gallery li {
		width: 46.875%;
		margin: 0 3.125% 10px 0;
		text-align: center;
	}

	#bnr_block #bnr_gallery li img {
		width: 100%;
		height: auto;
	}

}

/*footer
---------------------------------------------------------- */
footer {
	width: 100%;
	min-width: 1200px;
}
footer a {
	text-decoration:none;
}

/* fsubnav */
.fsubnav {
	clear: both;
	background: url(../img/common/bg_texture02.png) repeat;
	padding: 16px 0;
}
.fsubnav ul {
	width: 1000px;
	margin: 0 auto;
}
.fsubnav li {
	float: left;
	margin-left: 40px;
}
.fsubnav li:first-child {
	margin-left: 0;
}
.fsubnav li a {
	color: #fff;
	padding-left: 13px;
	background: url(../img/common/icon_arrow01.png) no-repeat center left;
	text-decoration:none;
}
.fsubnav li a:hover {
	color: #a82c23;
}

/* fnav */
.fnav {
	padding: 45px 0 15px;
	background: #f5f5f5;
}
.fnav_block {
	width: 1000px;
	margin: 0 auto;
}
.fnav .fnav_box {
	float: left;
	width: 310px;
	margin: 0 0 25px 35px;
}
.fnav .fnav_box h3 {
	margin: 0 0 20px;
	font-size: 108%;
	color: #e81000;
	padding-left: 20px;
	background: url(../img/common/icon_arrow02.png) left 5px no-repeat;
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-ms-background-size: 10px 10px;
	-o-background-size: 10px 10px;
	border-bottom: 2px solid #e81000;
}
.fnav .fnav_box li {
	float: left;
	width: 50%;
	line-height: 1.4;
	margin: 0 0 8px;
	padding-left: 0.9em;
	text-indent: -0.9em;
}
.fnav .fnav_box li.x1 {
	width: 100%;
	font-weight: bold;
}
.fnav .fnav_box li:before {
	content: "\0025cf";
	color: #949494;
	padding-right: 3px;
	font-size: 77%;
}
.fnav .fnav_box li a {
	color: #000000;
}
.fnav .fnav_box li a:link,
.fnav .fnav_box li a:visited {
	text-decoration: none;
}
.fnav .fnav_box li a:hover {
	color: #e81000;
	text-decoration: underline;
}
.ft_end {
	padding: 20px;
	text-align: center;
}
.ft_end .logo {
	margin-bottom: 5px;
}

@media only screen and (max-width: 736px) {

	footer {
		min-width: 100%;
	}
	.fsubnav {
		padding: 0;
	}
	.fsubnav ul {
		width: 100%;
	}
	.fsubnav li {
		display: table;
		float: left;
		margin-left: 0;
		width: 50%;

		border-right: 1px solid #888888;
		border-bottom: 1px solid #888888;
	}
	.fsubnav li:nth-child(even) {
		border-right: none;
	}
	.fsubnav li.bd_none {
		border: none;
		width:100%;
	}
	.fsubnav li a {
		display: table-cell;
		vertical-align: middle;
		display:block;
		padding: 14px 14px 14px 18px;
		background: url(../img/common/icon_arrow03.png) left 7px center no-repeat;
		background-size: 7px auto;
	}

	.fnav {
		padding: 0;
	}
	.fnav .fnav_block {
		width: 100%;
	}
	.fnav ul li {
		font-weight:bold;
		border-bottom: 2px solid #c90f00;
		background: url(../img/common/icon_arrow02.png) no-repeat 1em 1em;
		background-size: 11px auto;
	}
	.fnav ul li a {
		display:block;
		padding: 10px 3% 10px 2.4em;
		text-decoration:none;
		color:#c90f00;
	}
	.ft_end {
		padding:10px 0 15px;
	}
	.ft_end p {
		line-height:1.2;
	}
	.ft_end .logo {
		margin-bottom:0;
	}
	.ft_end .logo img {
		width:85px;
	}
	.ft_end .copy img {
		width:245px;
	}
}

/*画像
---------------------------------------------------------- */
@media only screen and (max-width: 736px) {

	img {
		max-width: 100%;
		height: auto;
	}
}

/*表示・非表示管理
---------------------------------------------------------- */
.sp_only {
	display:none !important;
}

@media screen and (max-width: 736px) {

	.pc_only {
		display:none !important;
	}
	.sp_only {
		display:block !important;
	}

}

/*その他
---------------------------------------------------------- */
.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: 700;
}

.font_red {
	color: #c21b07;
}

.font_orange {
	color: #f6b545;
}

.mt0 {
	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;
}

.mt60 {
	margin-top: 60px !important;
}

.mb0 {
	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;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
	margin-bottom:5px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
	margin-bottom:5px;
}

@media only screen and (max-width: 736px) {
	.mb30 {
		margin-bottom: 15px !important;
	}

	.mb35 {
		margin-bottom: 17.5px !important;
	}

	.mb40 {
		margin-bottom: 20px !important;
	}

	.mb45 {
		margin-bottom: 22.5px !important;
	}

	.mb50 {
		margin-bottom: 25px !important;
	}

	.mb60 {
		margin-bottom: 30px !important;
	}


	.img_float_l,
	.img_float_r {
		width:50%;
	}

	.sp_clear {
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}

	.sp_clear img {
		width: 100%;
	}
}

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

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}