@charset "utf-8";

/*========================

1．レイアウト
2．リンク
3．各要素のリセット
4．ヘッダー
5．ナビゲーション
6．メインコンテンツ
7．サイドメニュー
8．フッター
9．その他

========================*/

iframe[name="google_conversion_frame"] { position:absolute; }

/*----------------------------------------------------
■ レイアウト
----------------------------------------------------*/

header {
	padding: 0 10px	20px;
	background: #02025c;
}
section {
	padding: 20px 10px 0px;
}
footer {
}


/*----------------------------------------------------
■ リンク
----------------------------------------------------*/

a:link{
	color: #;
	text-decoration: underline;
}
a:visited{
	color: #;
	text-decoration: underline;
}
a:hover{
	color: #;
	text-decoration: underline;
}
a:active{
	color: #;
}

/*----------------------------------------------------
■ 各要素のリセット
----------------------------------------------------*/

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,div,form,fieldset,table,th,td,img ,address {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 100%;
}

html>/**/body {
	font-size: 16px;
}
body {
	min-width: 320px;
	line-height: 1.5em;
	color: #333333;
	background: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a img {
	border: none;
}
.ie8 img{
	width: auto;
}

ul {
	list-style: none;
}

input ,select{
	vertical-align:middle;
}

hr {
	display: none;
}


/*----------------------------------------------------
■ ヘッダー
----------------------------------------------------*/

header h1 {
	padding-top: 1em;
	color: #FFFFFF;
	font-size: 0.75em;
	line-height: 140%;
}
#home header h1 {
	padding-top: 0;
}
header p {
	padding-top: 1em;
}
#home header p {
	padding-top: 0;
}
header ul {
	padding-top: 0;
}
#home header ul {
	padding-top: 25px;
}
header ul li {
	text-align: center;
}

/*----------------------------------------------------
■ ナビゲーション
----------------------------------------------------*/

nav {
	background: #02025c;
	vertical-align: bottom:
}

nav ul {
	border-top: solid 1px #ffffff;
}

nav ul li {
	border-bottom: solid 1px #ffffff;
	text-align: center;
}
nav ul li a {
	display: block;
}

nav ul {
	margin: 0px auto;
	background: #02025c;
}
#home nav {
	background: #ffffff !important;
}



/*----------------------------------------------------
■ メインコンテンツ
----------------------------------------------------*/

article h2 {
	margin-bottom: 30px;
	padding: 0px 16px 16px;
	background: url(../images/bg_h2.png) 
		left bottom 
		repeat-x;
}

article h3 {
	background: #02027c;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.75em;
	font-weight: 800;
}
#home article h3 {
	background: none;
}

article {
	font-size: 0.875em;
}

.pagetop {
	text-align: right;
}

/*----------------------------------------------------
■ サイドメニュー
----------------------------------------------------*/

aside ul {
}
aside ul li {
	margin-bottom: 10px;
	text-align: center;
}
aside ul li.yel {
	margin-bottom: 0px;
	display: none;
	background: #fedd00;
}
aside ul li.bottom {
	padding-bottom: 15px;
}

/*----------------------------------------------------
■ フッター
----------------------------------------------------*/

footer .upper ul {
	padding: 20px;
	background: #02025c;
}

footer .lower h2 {
	font-size: 0.875em;
	line-height: 120%;
}
footer .lower {
	padding: 20px 0px 10px;
	background: #e8e8e8;
}
footer .lower ul.col02 {
	border-bottom: solid 1px #bbbbbb;
}
footer .lower ul li a {
	display: block;
	padding: 10px 5px 10px 20px;
	background: url(../images/ic001.png) 
		10px 50% 
		no-repeat;
	border-top: solid 1px #bbbbbb;
	text-decoration: none;
}
footer .lower small {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	background: url(../images/li001.png) 
		0px 0px 
		repeat-x;
	text-align: center;
}

/*----------------------------------------------------
■ その他
----------------------------------------------------*/

.textCenter {
	text-align: center;
}

/*clearfix*/
.clearfix {
	  zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


@media screen and (max-width: 800px) {
    footer #linkArea h2,
	footer #linkArea h3 {
		padding: 0 1em 1em;
    }
}

/*----------------------------------------------------
■ media Queries
----------------------------------------------------*/

@media screen and (min-width: 768px) {

}

/*========================================================
■ media Queries 【PC用】
========================================================*/

@media screen and (min-width: 840px) {

/*--------------------------------
■ レイアウト
----------------------------------*/

nav ul,
.wrapper,
#content,
footer .lower small {
	width: 980px;
	margin: 0px auto;
}

#content {
	padding: 30px 0px 20px;
}
#content aside {
	float: right;
	width: 240px;
}
#content article {
	float: left;
	width: 720px;
	margin-right: 20px;
}
section {
	padding: 0px;
}

footer .upper {
	background: #02025c;
}

/*--------------------------------
■ ヘッダー
----------------------------------*/
header p {
	float: left;
}
header ul {
	float: right;
}

/*--------------------------------
■ ナビゲーション
----------------------------------*/
nav ul {
	margin: 0px auto;
	background: #02025c;
	border: none;
}
nav ul li {
	float: left;
	padding-right: 2px;
	background: url(../images/bg003.png) 
		right top 
		no-repeat 
		#02025c;
	border-bottom: solid 1px #02025c;
}
nav ul li.last {
	padding: 0px;
	background: none;
}

/*--------------------------------
■ コンテンツ
----------------------------------*/


/*--------------------------------
■ サイドメニュー
----------------------------------*/
aside ul li.yel {
	display: block;
}

/*--------------------------------
■ フッター
----------------------------------*/
footer .upper ul {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 80px;
}
footer .upper ul li {
	float: left;
	padding: 0px 20px;
	line-height: 148px;
}
footer .upper ul li img {
	vertical-align: middle;
}

footer .lower {
	font-size: 0.875em;
}
footer .lower ul.col01,
footer .lower ul.col02 {
	float: left;
}
footer .lower ul.col01,
footer .lower ul.col02 {
	width: 23%;
	border: none;
}
footer .lower ul li a {
	padding: 0px 0px 0px 10px;
	background-position: 0px 50%;
	border: none;
}
footer .lower small {
	margin-top: 30px;
	font-size: 1em;
}

footer #linkArea {
	float: left;
	width: 54%;
	padding-right: 30px;
	box-sizing: border-box;
}
footer #linkArea h2 {
	margin-bottom: 15px;
}
footer #linkArea h3,
footer #linkArea ul {
	width: 80%;
}
footer #linkArea h3 {
	margin-bottom: 5px;
	padding: 0px 10px;
	border-radius: 20px;
	background: #fedd00;
	font-size: 0.75em;
	text-align: center;
}
footer #linkArea h3 strong {
	font-size: 1.25em;
}
footer #linkArea ul li {
	float: left;
	padding: 0px 20px 0px 10px;
	line-height: 1.4em;
}
footer #linkArea ul li a {
	background: url(../images/ic002.png) 
		0px 50% 
		no-repeat;
}

} /* PC用 */
