@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html, body {
    font-family: "メイリオ","Meiryo",'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
}
a{
	color: #0033cc;
}

input[type="text"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}


table#table-01 {
    border: 1px solid #bababa;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 5px;
    margin-top: 0;
}
table#table-01 th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e2e2e2;
    background-image: url("../img/menu_back02.gif");
    border-color: #bababa;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    line-height: 120%;
    padding-top: 3px;
    text-align: center;
}

table#table-01 td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bababa;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*a {
    color: #0693cd;
    text-decoration: none;
}*/



* {
}
*::-moz-selection {
    background: #ffef86 none repeat scroll 0 0;
    color: #141414;
}



div#title {
	background: url("../img/title04_02.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	padding:10px 0px 10px 0px;
	/*color:#666666;*/
	font-weight:normal;
	width:100%;
	font-size:16px;
	/*font-family: YuGothic,"游ゴシック","メイリオ","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Meiryo,Geneva,Arial,Verdana,sans-serif;*/
	text-align:center;
}

/**** footer ****/
#ads_logo a:link, #ads_logo a:active, #ads_logo a:visited, #ads_logo a:hover {
    color: black;
    display: block;
    font-size: 11px;
    position: absolute;
    right: 25px;
    text-decoration: none;
}




* { margin: 0; padding: 0;
}

/* 矢印つきリスト*/
ul#navi{
	margin: 10px;
}
ul#navi li{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
}

ul#navi li:first-child{
	border-radius: 8px 8px 0 0;
}

ul#navi li:last-child{
	border-radius: 0 0 8px 8px;
	border-bottom:1px #ccc solid;
}

ul#navi li a{
	color: #000000;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:normal;
}

/*ul li a::after{
	content: url(list_mark1.png);
	float: right;
}*/


input.bt001 {
    background: rgba(0, 0, 0, 0) url("../img/button-bg001.gif") repeat-x scroll 0 0;
    border-color: #e4e4e4 #e4e4e4 #acacac;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
	display: inline-block;
    /* float: left; */
    height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    white-space: nowrap;
	padding:5px 0 5px 0;
	font-size:14px;
}

/*ul#menu a:before {
	border-top: 1px solid #ccc;
}*/
ul#menu a {
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 15px 25px 15px 11px;
	font-weight: normal;
	text-decoration: none;
}
ul#menu a i{
	margin-right:8px;
	color:#333333;
}
ul#menu a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

ul#menu li:first-child a{
	border-top: 1px solid #ccc;
}

.effect{
    -webkit-box-shadow: 0 10px 6px -7px #A1A1A1;
       -moz-box-shadow: 0 10px 6px -7px #A1A1A1;
            box-shadow: 0 10px 6px -7px #A1A1A1;
}

.gradient_blue{
	/* Mod 2017.07.05 */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #78DBFB), color-stop(1.00, #00A1E1));
    background: -webkit-linear-gradient(#78DBFB, #00A1E1);
    background: -moz-linear-gradient(#78DBFB, #00A1E1);
    background: -o-linear-gradient(#78DBFB, #00A1E1);
    background: -ms-linear-gradient(#78DBFB, #00A1E1);
    	background: linear-gradient(#78DBFB, #00A1E1);*/
	background-color:#3498db;
}

#contents{
    background-color: #FAF2E6;
}
#main{
	background-color: #fff;
}
@media screen and (min-width:768px) {
	#main{
		width: 768px;
		margin: 0 auto;
		text-align: left;
		padding:0 10px 10px 10px;
	}
}
.clearfix{
	clear: both;
}

h3{
    font-size:16px;
    margin:5px 0 5px 0;
}
h4{
    font-size:14px;
    background-color: #eeeeee;
    padding-left:10px;
    margin:5px 0 5px 0;
}

ul{
    display: block;
	list-style-type: none;
}


/* font-size */

.size12 {
    font-size: 12px !important;
}

.size13 {
    font-size: 13px !important;
}

.size14 {
    font-size: 14px !important;
}

.size16 {
    font-size: 16px !important;
}

.size18 {
    font-size: 18px !important;
}

.size20 {
    font-size: 20px !important;
}

.size22 {
    font-size: 22px !important;
}

.size24 {
    font-size: 24px !important;
}

.size26 {
    font-size: 26px !important;
}

.size28 {
    font-size: 28px !important;
}

.size30 {
    font-size: 30px !important;
}

.size33 {
    font-size: 33px !important;
}


/* height */

.h14 {
    height: 14px;
}

.h16 {
    height: 16px;
}

.h18 {
    height: 18px;
}

.h20 {
    height: 20px;
}

.h22 {
    height: 22px;
}


/* width */

.w20 {
    width: 20px !important;
}

.w40 {
    width: 40px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.w120 {
    width: 120px !important;
}

.w140 {
    width: 140px !important;
}

.w160 {
    width: 160px !important;
}

.w180 {
    width: 180px !important;
}

.w200 {
    width: 200px !important;
}

.bold {
    font-weight: bold;
}


/* color */
.black{
    color:#000 !important;
}

.red {
    color: #E4007F !important;
}

.blue {
    color: #0178C8 !important;
}

.orange {
    color: #F5876E !important;
}

.green {
    color: #8EBD40 !important;
}

.purple {
    color: #988CC3 !important;
}

.gold {
    color: #D8C86E !important;
}

.gray {
    color: #494949 !important;
}

.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}
