@charset "utf-8";
/* CSS Document */
/* トップページ用css */

/*共通-------------------------------------------------------------------------------------------------------------------*/

/*游ゴシックの機種問題調整*/
@font-face {
	font-family: 'YuGothicMfix';
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}
@font-face {
	font-family: 'YuGothicMfix';
	font-weight: bold;
	src: local('YuGothic-Bold'), local('Yu Gothic');
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    min-height: 100px;
    font-size: 62.5%;
    box-sizing: border-box;
    color: rgba(51,51,51,1.00);
    background-color: rgba(217,217,217,1.00);
    background-image: url(../images/bg.png);
    background-position: left top;
    background-repeat: repeat-x repeat-y;
    font-family: YuGothic, "YuGothicMfix", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media all and (-ms-high-contrast:none) {
	html {
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

body {
    margin: 0;
    padding: 0;
    color: rgba(51,51,51,1.00);
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: bottom;
}

/*デザイン*/

/*タイトル*/
div#title {
    margin: 0px auto 50px auto;
    padding: 20px 0px 0px 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-top: 10px solid rgba(255, 210, 0, 1.00);
}

div#title h1 {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

div#title h1 img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    max-width: 400px;
    box-sizing: border-box;
}

/*各コーナー*/
div.container {
    margin: 0px auto 50px auto;
    padding: 0;
    width: 90%;
    max-width: 1040px;
    box-sizing: border-box;
    text-align: justify;
    line-height: 140%;
}

div.container h2 {
    margin: 0px auto 30px auto;
    padding: 0px 0px 10px 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: justify;
    font-size: 2.4rem;
    line-height: 140%;
    color: rgba(23, 124, 249, 1.00);
    border-bottom: 3px dotted rgba(23, 124, 249, 1.00);
}

div.container h3 {
    margin: 0px auto 30px auto;
    padding: 0px 0px 5px 0px;
    width: 90%;
    box-sizing: border-box;
    text-align: justify;
    font-size: 2.0rem;
    line-height: 140%;
    color: rgba(20, 20, 20, 1.00);
    border-bottom: 1px dotted rgba(100, 100, 100, 1.00);
}

div.container p {
    margin: 0px auto 20px auto;
    padding: 0;
    width: 80%;
    box-sizing: border-box;
    text-align: justify;
    font-size: 1.8rem;
    line-height: 140%;
    color: rgba(20, 20, 20, 1.00);
}

div#footer {
    margin: 80px auto 0px auto;
    padding: 0px 0px 50px 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.4rem;
    line-height: 140%;
    color: rgba(20, 20, 20, 1.00);
}

div#footer p {
    margin: 0px auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.4rem;
    line-height: 140%;
    color: rgba(20, 20, 20, 1.00);
}

/*スライド*/
div.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0px 50px;
    width: 100%;
    max-width: 1040px;
    box-sizing: border-box;
}

