@charset "utf-8";


/*** レイアウト全体  ***/
html {
	height:100%;
	min-height:100%
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;;
	font-size:12px;
	margin:0 auto;
	padding:0;
	/*color:#a1a1a1;*/
	color:#7c7c7c;
	line-height:18px;
	background-color:#e1e1e1;
	height:100%;
	min-height:100%
}

* {
	margin:0;
	padding:0;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you　if you want to keep it! */
}

.clear {
	clear:both;
	height:1px !important;
	line-height:1px !important;
	float:none!important
}

form {
	margin:0;
	padding:0;
}

hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	background-color:#eaeaea;
}

input[type*="button"] {
	cursor: pointer;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1,h2 {
	margin-bottom:15px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

h3,h4,h5,h6 {
	margin-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	font-size:30px;
	line-height:32px;
}

h2 {
	font-size:24px;
	line-height:26px;
}

h3 {
	font-size:20px;
	line-height:22px;
}

h4 {
	font-size:18px;
	line-height:20px;
}

h5 {
	font-size:16px;
	line-height:18px;
}

h6 {
	font-size:15px;
	line-height:17px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	/*color:#1c1b19;*/
	color: #555555;
}

h2.posttitle {
	text-transform:capitalize;
	font-size:24px;
	line-height:26px
}

/*　英語などのテキストの大文字表示・小文字表示を指定　*/
.uppertext {
	text-transform:uppercase;
	line-height: 140%;
	padding-bottom: 15px;
}

/* links */
a,
a:visited {
	color:#0695d0;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#0695d0;
	text-decoration:underline;
}

a img {
	border:none
}

/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
}

/* lists, blockquotes and paragraphs */
p,
ul,
ol,
blockquote {
	font-size:12px;
	margin-bottom:20px;
}

ul,
ol {
	margin:10px 0 20px 20px;
	list-style-position:inside
}

li ol,
li ul {
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}

li ol {
	list-style:decimal;
}

blockquote {
	font-size:16px;
	margin:0px 0 20px 0px;
	color:#a1a1a1;
	padding:0px 10px 0px 50px;
	line-height:20px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both
}

blockquote.left,
blockquote.right {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 0 0px 50px;
	width:43%;
	background-position:0px 0px
}

blockquote.left {
	float:left;
	margin-left:0px;
	margin-right:20px;
}

blockquote p {
	margin-bottom:0px;
}

/* code */
code {
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #1c1b19;
	padding:15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#wrapper {
	background-image:url(../images/bg-wrapper.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#wrapper2 {
	background-image:url(../images/bg-wrapper2.jpg);
	background-position:top center;
	background-repeat:no-repeat
}		/* ↑不要かも */

#container {
	width:944px;
	margin:0 auto
}

/* header */
#top {
	height:149px;
}

#logo {
	width:430px;
	float:left;
}

#topnavigation {
	position:relative;
	z-index:10;
	width:514px;
	float:left;
	padding:0 0 0 0;
}

#topnav,
#topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
}

#topnav {
	padding:40px 0 0 60px;
}

#topnav a {
	display:block;
	padding:0px 5px;
	text-decoration:none;
	color:#7c7c7c;
}

#topnav a.current {
	color:#b2b1b1;

}

#topnav a:hover {
	color:#b2b1b1;
}

#topnav li {
	float:left;
	display: inline;
	position:relative;
	padding:0 0px 0 10px;
	padding-bottom:4px;
	border-bottom:solid 1px #eaeaea;
	margin:0 0px 10px 20px;
	width:115px;
}

#topnav .flow {
	float:left;
	display: inline;
	position:relative;
	padding:0 0px 0 10px;
	padding-bottom:4px;
	border-bottom:solid 1px #eaeaea;
	margin:0 0px 10px 20px;
	width:130px;
}

#topnav li a {
	background-image:url(../images/listmenu.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0 5px 0 15px;
}

*+html #topnav {
	display: inline;
	display: inline-block;
}

*+html #topnav li {
	display: inline;
	display: inline-block;
}

*+html #topnav li a {
	display: inline;
	display: inline-block;
}

#topnav li li {
	padding-right:0px;
	text-transform:capitalize;
	line-height:20px;
	padding:0px 0px;
	background-image:none;
	border:0px;
	margin:0;
	width:auto;
	border-bottom:solid 1px #eaeaea;
	display: list-item;
	float:none;
}

#topnav ul {
	position:absolute;
	display: block;
	visibility: hidden;
	width:160px;
	left:0px;
	background-color:#fff;
	z-index:11 !important;
	border:solid 1px #eaeaea;
	border-width:1px 1px 0px 1px;
	margin-top:-1px !important;
}

#topnav li ul a {
	width:122px;
	height:auto;
	margin:2px 2px;
	background-image:url(../images/nav-dotted.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:3px 18px;
	z-index:11 !important;
}

*+html #topnav li ul a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline;
	display: inline-block;
}

#topnav li ul a:hover {
	color:#b2b1b1;
	background-color:#f8f8f8
}

#topnav ul ul {
	top: 0;
	margin-left:2px;
	margin-top:-2px !important;
}

.downarrowclass {
	position: absolute;
	top: 7px;
	right: 12px;
}

.rightarrowclass {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* end */


/* TOPページ　　スライドショー */
#slideshow {
	background:none;
	overflow:hidden;
}

#header {
	clear:both;
	width:944px;
	background-image:url(../images/bg-header.gif);
	background-repeat:no-repeat;
	/* height:401px; */
	height:355px;
}

#slide-container {
	padding:16px 20px 0px 16px;
	position:relative
}

#slide {
	position:relative !important;
	width:908px;
	/* height:300px !important; */
	height:325px !important;
	overflow:hidden;
	margin:0px;
}

.slide-text {
	width:510px;
	float:left;
	/*　padding:119px 30px 10px 60px;　*/
	padding:80px 30px 10px 60px;
}

.slide-text h2 a,
.slide-text h2 a:visited {
	color:#404040
}

.slide-text h2 a:hover {
	text-decoration:none
}

.slide-image {
	width:288px;
	float:left;
	padding:20px 0 20px 20px;
	/* height: 260px; */
}

#slide ul {
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:908px;
	height:325px;
}

#slide li {
	margin:0;
	padding:0px;
	list-style:none;
}

/*　幅とリスト項目の高さを定義
　　 スライド全体面積は、ここで提供されるパラメータに応じて調整　*/
#slide li {
	width:908px;
	height:325px !important;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#prevBtn,
#nextBtn {
	display:block;
	width:32px;
	height:62px;
	position:relative;
	z-index:30;
}

#prevBtn {
	left:-21px;
	top:-216px;
}

#nextBtn {
	left:899px;
	top:-278px;
}

#prevBtn a,
#nextBtn a {
	display:block;
	width:32px;
	height:62px;
	background:url(../images/slide-prev.png) no-repeat 0 0;
	cursor:pointer;
}

#nextBtn a {
	background:url(../images/slide-next.png) no-repeat 0 0;
}

/* slideshow 2 cycle */
.next {
	left:915px;
	top:170px;
	position:absolute;
	z-index:30;
}

.prev {
	left:-5px;
	top:170px;
	position:absolute;
	z-index:30;
}

.next {
	display:block;
	width:32px;
	height:62px;
	background:url(../images/slide-next.png) no-repeat 0 0;
	cursor:pointer;
}

.prev {
	display:block;
	width:32px;
	height:62px;
	background:url(../images/slide-prev.png) no-repeat 0 0;
	cursor:pointer;
}
/* end */

/* コンテンツ */
#content-box {
	clear:both;
	width:944px;
	background-image:url(../images/content-r.gif);
	background-repeat:repeat-y
}

#content-bgtop {
	width:944px;
	background-image:url(../images/content-t.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#content-inner-bgtop {
	width:944px;
	background-image:url(../images/content-inner-t.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#content-bgbottom {
	width:944px;
	background-image:url(../images/content-b.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#contentfull-box {
	clear:both;
	width:944px;
	background: url(../images/content-full-r.gif) ;
}

#contentfull-bgtop,
#contentfull-inner-bgtop {
	width:944px;
	background-image:url(../images/content-full-t.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


/* ---- メール会員 ---- */
#content-mailmember {
	width: 944px;
	height: 600px;
	/*background-image: url(../images/content-full-t.gif);
	background-repeat:no-repeat;
	background-position: left top;*/
}

.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1.5em;
    text-decoration: none;
    color: #ffffff;
    background: #008ed4;
    transition: .4s;
  }

.square_btn:hover {
    background: #48a1cc;
		text-decoration: none;
}



#contentfull-bgbottom {
	width:944px;
	background-image:url(../images/content-full-b.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#content {
	width:618px;
	float:left;
}

#contentfull-box #content {
	width:auto;
	float:none;
}

#maintext {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#maintext_1 {
	padding:40px;
	background: url(../images/mail_header.jpg) no-repeat 750px top;
}


#maintext2 {
	padding:40px 0;7
}

.maintext {
	padding:0 40px;
}




/* end */

/* 更新履歴 */
dl#news {
  width:450px;
}

dl#news dt {
	clear:left;
	float:left;
	margin:0;
	padding:5px 0 5px 0px;
	width:7em;
}

dl#news dd {
	margin:0;
	padding:5px 0.5em 5px 7em;
}
/* ----- */


.more {
	display:block;
	margin-top:15px;
	color:#0695d0 !important;
	text-align: right;
}

.mail {
	color:#0695d0 !important
}

.strongtext {
	font-weight:bold;
	color:#555555;
	display:block;
	padding-bottom:4px
}

.smalltext {
	font-size:11px;
}

.box-separator {
	background-image:url(../images/box-separator.gif);
	height:77px
}

/* TOP コンテンツ　（ L ） */
.blocklist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.blocklist li {
	list-style-type:none;
	margin:0 0px 20px 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #eaeaea;
}

.button {			/* TOPページ用 */
	text-align: right;
	padding-top: 15px;
}

.agreement_btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


.blocklist li.last {
	border:0px !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

.blocklist .uppertext {
	color:#0695d0;
}

.inlinelist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.inlinelist li {
	list-style-type:none;
	margin:0 20px 0 0;
	display:inline
}

.noborder {
	margin:0px !important;
	padding:0px !important;
	list-style-type:none !important;
}

.noborder li {
	text-align:right !important;
	clear:both;
	width:100% !important;
	border:0px !important;
	padding:0 !important
}

.noborder .left {
	float:left;
}

.noborder .right {
}


/* 右コンテンツ */
#side {
	width:326px;
	float:left;
}

#sideright {
	padding:0px 0px 10px 0px;
}

#sideright h2 {
	margin-bottom:10px;
}

#sideright ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-position:outside;
}

#sideright ul li li {
	padding:7px 0px 6px 0px
}

#sideright ul li a,
#sideright ul li a:visited {
	color:#a1a1a1;
}

#sideright .quote {
	padding:0px 0px 20px 0px;
}

#sideright .quote-name {
	color:#1c1b19;
	font-weight:bold
}

#sideright .quote-name strong {
	font-size:18px;
	color:#a1a1a1;
	font-weight:normal
}

.widget-title {
	text-transform:uppercase;
	margin-bottom:18px !important
}

.widget-container {
	margin-bottom:0;
	background-image:url(../images/bg-widget-container-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:100%;
}

.widget-container.last .sidebox {
	background-image:none;
}

.sidebox {
	background-image:url(../images/bg-widget-container.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:40px 40px 10px;
}

.widget-container.widget-recent li {
	padding:0 0 15px 0 !important;
	margin:0 0 15px 0;
}

.widget-container.widget-recent li.last {
	padding:0 0 0px !important;
	margin:0 0 0px !important;
	border:0px !important;
}

.widget-container.widget-menu li a,
.widget-container.widget-menu li a:visited {
	color:#0695d0 !important;
	text-transform:uppercase;
	font-size:11px
}

.widget-container.widget-blocklist li {
	border:0px !important;
}

.widget-text {
	padding:0px 0px 0px 0px;
}

#searchform {
}

#searchform div {
	padding:0px 50px 0px 10px;
	border:solid 1px #eaeaea;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width:165px;
	background-image:url(../images/iconsearch.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#searchform .inputbox {
	width:175px;
	background-image:none;
	background:transparent;
	border:0px;
	padding:5px 0px 5px 0px;
	color:#a1a1a1
}

.recentdate {
	color:#ccc;
}

.social {
	padding-bottom:20px;
}

.social li {
	display:inline;
	padding:0 5px 0 0 !important;
	border:0px !important;
}

/* FOOTER */
#footer {
	padding:30px 0px 30px 0px;
	width:904px;
	/*background-image:url(../images/line_dott.gif);*/
	/*background-repeat:repeat-x;*/
	clear:both
}

#footer-text {
	font-size:12px;
	color:#a1a1a1
}

/* column list */
.four_column {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.four_column li {
	list-style-type:none;
	width:22%;
	margin-right:4%;
	float:left;
}

.four_column p {
	margin-bottom:10px;
}

.three_column {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.three_column li {
	list-style-type:none;
	width:30.66%;
	margin-right:4%;
	float:left;
}

.three_column p {
	margin-bottom:10px;
}

.two_column {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.two_column li {
	list-style-type:none;
	width:44%;
	margin-right:8%;
	float:left !important;
}

.two_column p {
	margin-bottom:10px;
}

.three_four_column {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.three_four_column li {
	list-style-type:none;
	width:74%;
	margin-right:4%;
	float:left;
}

.three_four_column p {
	margin-bottom:10px;
}

/* column */
.one_half {
	width:48%;
}

.one_third {
	width:30.66%;
}

.one_fourth {
	width:22%;
}

.three_fourth {
	width:74%;
}

.one_half,
.one_third,
.one_fourth,
.three_fourth {
	position:relative;
	margin-right:4%;
	float:left;
}

.last {
	margin-right:0 !important;
	clear:right;
}

.one_fourth p {
	margin-bottom:10px;
}

/*==== Dropcaps ====*/
.letercap {
	color:#1c1b19;
	display:block;
	float:left;
	font-size:40px;
	line-height:30px;
	margin:5px 8px 0 0;
}

.bk-right {
	float:right;
	width:30%;
	margin-left:20px;
}

.bk-left {
	float:left;
	width:30%;
}

/*==== Highlight ====*/
.highlight1 {
	padding:1px 4px;
	background-color:yellow;
	color:#111;
}

.highlight2 {
	padding:1px 4px;
	background-color:#111;
	color:#eee;
}
