/*-------------------------------------------------
Base Layout
-------------------------------------------------*/
#container {
	position: relative;
	background-color: #f6f6ea;
	background-image:url('/image/footer_bg.png');
	background-repeat: no-repeat;
	background-size:auto;
	background-attachment: fixed;
	background-position: bottom;
	width: 1200px;
	max-width: 1200px;
	height: auto !important;
	height: 100%;
	padding: 20px 20px 200px 20px;
	margin: 105px auto 0 auto;
	box-sizing: border-box;
	box-shadow: 1px 0 3px 3px rgba(0,0,0,0.4);
}

#container2 {
	position: relative;
	background-color: #f6f6ea;
	background-image:url('/image/footer_bg.png');
	background-repeat: no-repeat;
	background-size:auto;
	background-attachment: fixed;
	background-position: bottom;
	width: 1200px;
	max-width: 1200px;
	height: auto !important;
	height: 100%;
	padding: 5px 20px 50px 20px;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
	box-shadow: 1px 0 3px 3px rgba(0,0,0,0.4);
}


/*-------------------------------------------------
header section
-------------------------------------------------*/
/* navigator fixed section */
.nav_section {
	position:fixed;
	top:0%;
	z-index:100;
	width:100%;
	min-width: 1200px;
	height:125px;
	background-image:url('/image/menu-bg.gif');
}

/* header navigation 全体フレーム */
.nav_frame {
	position: relative;
	width:1200px;
	height:125px;
	margin:0 auto;
}

/* LOGO */
.game_logo {
	position: absolute;
	top: 15px;
	left: 0px;
	display:inline-block;
	width:321px;
	height: 83px;
}

/* social 全体用フレーム */
.nav_social_frame {
	position: absolute;
	top: 10px;
	height:20px;
	width: 1200px;
}

/* Twitter */
.nav_twitter_frame{
	position: absolute;
	top: 0;
	right: 107px;
}

/* Facebook */
.nav_facebook_frame{
	position: absolute;
	top: -5px;
	right: 0;
}

/* nav menu button */
.nav_menu {
	position: absolute;
	top: 35px;
	right: 0px;
	width:800px;
	height: 75px;
	display: inline-block;
	box-sizing: border-box;
	background-color:#fde2b5;
	border: solid 2px #6b4423;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-align: center;
}

/* 十三仏紹介メニュー */
.nav_menu_character {
	position: absolute;
	top:0px;
	left:5px;
	display:inline-block;
	width:270px;
	height: 75px;
	box-sizing: border-box;
	text-align: center;
	z-index: 2;
	margin:0;
}

/* 総合情報メニュー */
.nav_menu_info {
	position: absolute;
	top:0px;
	left:230px;
	display:inline-block;
	width:270px;
	height: 75px;
	box-sizing: border-box;
	text-align: center;
	z-index: 2;
	margin:0;
}

/* なむあみだ仏っ！とはメニュー */
.nav_menu_about {
	position: absolute;
	top:0px;
	right:20px;
	display:inline-block;
	width:270px;
	height: 75px;
	z-index: 2;
	margin:0;
}

/* マウスオーバーアクション（手） */
#menu-hand {
	position:absolute;
	z-index: 0;
	width:125px;
	height:112px;
	top:10px;
	left:400px;
	overflow:hidden;
}

#menu-hand img {
	position:absolute;
	top: 125px;
}

#menu-hand-info {
	position:absolute;
	z-index: 0;
	width:125px;
	height:112px;
	top:10px;
	left:620px;
	overflow:hidden;
}

#menu-hand-info img {
	position:absolute;
	top: 125px;
}

#menu-hand-about {
	position:absolute;
	z-index: 0;
	width:125px;
	height:112px;
	top:10px;
	left:850px;
	overflow:hidden;
}

#menu-hand-about img {
	position:absolute;
	top: 125px;
}

/*-------------------------------------------------
footer section
-------------------------------------------------*/
.footer_section {
	width:100%;
	min-width:1200px;
	position:relative;
	text-align:center;
	padding:27px 0 0 0;
}

.footer_position {
	width:100%;
	min-width:1200px;
	position:absolute;
	bottom:0%;
}

.footer {
	width: 100%;
	min-width:1200px;
	background-color: #c95852;
	color:#ffffff;
	text-align: center;
	border-top:solid 2px #080000;
}

/* banner */
.banner {
	width: 100%;
	text-align: left;
}

/*-------------------------------------------------
General CSS
-------------------------------------------------*/
.clear {
	clear:both;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

/*-------------------------------------------------
TOP
-------------------------------------------------*/
/* ----- Main セクション ----- */
.main_section {
	width:100%;
	height: 400px;
	padding:20px 0 0 0;
	margin: 0 0 40px 0;
	box-sizing: border-box;
}

.main_section2 {
	width:100%;
	height: 729px;
	padding:10px 0 0 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}

.main_section3 {
	width:100%;
	height: 400px;
	padding:20px 0 0 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
}

.main_section4 {
	width:100%;
	height: 425px;
	padding:10px 0 0 0;
	margin: 0 0 40px 0;
	box-sizing: border-box;
}

.main_section5 {
	width:100%;
	height: 1900px;
	padding:10px 0 0 0;
	margin: 0 0 40px 0;
	box-sizing: border-box;
}


.main_image {
	display:inline-block;
	box-sizing:border-box;
	border: solid 2px #6b4808;
	height: 404px;
	width: 874px;
    position: relative;
    z-index: 1;
    background-color: #e7a085;
}

.main_image2 {
	display:inline-block;
	box-sizing:border-box;
	height: 729px;
	width: 1159px;
    position: relative;
    z-index: 1;
    background-color: #e7a085;
}

.main_image img {
	max-width:100%;
}

.main_image img2 {
	max-width:100%;
}

.main_mixi_image {
	display:inline-block;
	box-sizing:border-box;
	border: solid 2px #6b4808;
	height: 358px;
	width: 1160px;
    position: relative;
    z-index: 1;
    background-color: #e7a085;
}

.main_right {
	display:inline-block;
	height: 400px;
	vertical-align:top;
	margin: 0 0 0 15px;
	box-sizing: border-box;
	width:266px;
}

.main_right img {
	width: 100%;
}

.main_pv_frame {
	height:207px;
	text-align:center;
}

.main_pv {
	overflow:hidden;
}

.main_product_frame {
	text-align:center;
}


/* ----- 新着情報セクション ----- */
.info_section {
	width:1160px;
	box-sizing: border-box;
	margin:0 0 20px 0;
}

.info_section2 {
	width:1160px;
	box-sizing: border-box;
	margin:350px 0 20px 0;
}

/* 新着情報1枠目と3枠目 */
.info_media_frame {
	background-color:#ffffff;
	display:inline-block;
	box-sizing: border-box;
	overflow: hidden;
	width:370px;
	height:500px;
	vertical-align:top;
	border:solid 2px #618933;
}

.info_game_frame {
	background-color:#ffffff;
	display:inline-block;
	box-sizing: border-box;
	overflow: hidden;
	width:370px;
	height:500px;
	vertical-align:top;
	border:solid 2px #8f69b2;
}

/* 2枠目 */
.info_media_frame_02 {
	background-color:#ffffff;
	display:inline-block;
	box-sizing: border-box;
	overflow: hidden;
	width:370px;
	height:500px;
	vertical-align:top;
	border:solid 2px #618933;
	margin:0 20px;
}

.info_game_frame_02 {
	background-color:#ffffff;
	display:inline-block;
	box-sizing: border-box;
	overflow: hidden;
	width:370px;
	height:500px;
	vertical-align:top;
	border:solid 2px #8f69b2;
	margin:0 20px;
}

/* 新着情報メイン画像 */
.info_image img {
	width:370px;
	height: auto;
}

/* カテゴリ別見出し画像 */
.info_category_image {
	height:42px;
}

.info_title_frame {
	box-sizing: border-box;
	width: 370px;
	height:50px;
	padding:5px 0 0 10px;
	text-align:left;
}

.info_title_img {
	height:30px;
	display:inline-block;
	vertical-align:top;
}

/* 新着情報タイトル */
.info_title_media {
	color:#618933;
	font-size:18px;
	font-family:'メイリオ','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	height:25px;
	display:inline-block;
	width:325px;
	vertical-align:top;
	overflow:hidden;
}

.info_title_game {
	color:#8f69b2;
	font-size:18px;
	font-family:'メイリオ','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	height:25px;
	display:inline-block;
	width:325px;
	vertical-align:top;
	overflow:hidden;
}

.info_open_date {
	color:#939393;
	font-size: 14px;
	width: 325px;
	margin: -5px 0 0 0;
	padding: 0 0 0 5px;
}

.info_description {
	height:75px;
	text-align:left;
	overflow:hidden;
	margin:8px 10px 10px 10px;
	padding:10px 0 0 0;
	border-top:solid 1px #618933;
	/* 省略表示 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.info_link {
	text-align: right;
	padding: 0 10px 0 0;
}

.info_link a {
	color:#e5476a;
}

/* ----- ゲーム詳細 ----- */
.game_info_section {
	background-image:url('/image/registration_bg2.png');
	background-size:auto;
	background-repeat:no-repeat;
	width:100%;
	height:753px;
	margin:0 0 20px 0;
	position:relative;
}

.registration_btn {
	position:absolute;
	top:570px;
	right:70px;
}

.registration_btn a {
	display: block;
}

.registration_btn2 {
	position:absolute;
	top:570px;
	left:70px;
}

.registration_btn a {
	display: block;
}


/* ----- Twitter & 仏一覧 ----- */
.character_section {
	width:1160px;
	box-sizing: border-box;
	margin:0 0 20px 0;
}

.tw_timeline {
	width:370px;
	height:497px;
	display:inline-block;
	box-sizing: border-box;
	border: solid 2px #6b4808;
	margin: 0 20px 0 0;
}

.charcter_list {
	background-image: url('/image/charactor_bg.gif');
	background-size: contain;
	width:765px;
	height:497px;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	border: solid 2px #6b4808;
}

.character_frame {
	padding:60px 0 0 0;
}

.character_line {
	text-align:center;
	height: 138px;
}

.character_image {
	display: inline-block;
	padding: 0 19px 0 19px;
	height: 133px;
}

.character_line_last {
	position: absolute;
	top:0;
	left:17px;
	text-align:center;
	height: 138px;
}

.character_image_last {
	display: inline-block;
	padding: 0 19px 0 20px;
	height: 133px;
}

.character_image_btn {
	display: inline-block;
	height: 133px;
}


/*-------------------------------------------------
十三仏紹介
-------------------------------------------------*/
/* キャラクター紹介 */
.character_introduce_section {
	margin:20px 0;
}

.character_introduce_bg {
	position: relative;
	background-image: url('http://hotoke13.jp/image/chara_introduction_bg.jpg');
	max-width: 1160px;
	width:1160px;
	max-height: 747px;
	height: 747px;
	box-sizing: border-box;
}

/* キャラクターメイン画像表示 */
.character_personal {
	position: absolute;
	top:65px;
	left: 155px;
	height: 578px;
	overflow: hidden;
}

/* アニメーション（fade in） */
.fadeIn{
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.0s;
  -webkit-animation-duration: 1.0s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

/* キャラクターボタン画像 */
.character_image_01 {
	position: absolute;
	top:63px;
	left: 2px;
}

.character_image_02 {
	position: absolute;
	top:146px;
	left: 2px;
}

.character_image_03 {
	position: absolute;
	top:228px;
	left: 2px;
}

.character_image_04 {
	position: absolute;
	top:311px;
	left: 2px;
}

.character_image_05 {
	position: absolute;
	top:394px;
	left: 2px;
}

.character_image_06 {
	position: absolute;
	top:477px;
	left: 2px;
}

.character_image_07 {
	position: absolute;
	top:559px;
	left: 2px;
}

.character_image_08 {
	position: absolute;
	top:63px;
	right: 2px;
}

.character_image_09 {
	position: absolute;
	top:146px;
	right: 2px;
}

.character_image_10 {
	position: absolute;
	top:228px;
	right: 2px;
}

.character_image_11 {
	position: absolute;
	top:311px;
	right: 2px;
}

.character_image_12 {
	position: absolute;
	top:394px;
	right: 2px;
}

.character_image_13 {
	position: absolute;
	top:477px;
	right: 2px;
}

.character_image_14 {
	position: absolute;
	top:559px;
	right: 2px;
}

/* キャラクターボイス再生ボタン */
.character_btn_voice_01 {
	position: absolute;
	top: 665px;
	left: 15px;
	width:275px;
	height: auto;
}

.character_btn_voice_02 {
	position: absolute;
	top: 665px;
	left: 300px;
	width: 275px;
	height: auto;
}

.character_btn_voice_03 {
	position: absolute;
	top: 665px;
	left: 585px;
	width: 275px;
	height: auto;
}

/* キャラクターSD表示切替ボタン */
.character_btn_switch {
	position: absolute;
	top: 665px;
	right: 15px;
	width: 275px;
	height: auto;
}


/* キャラクターSD表示切替ボタン（迦楼羅天のみ） */
.character_btn_switch_center {
	position: absolute;
	top: 660px;
	left: 400px;
}

/* Audio Voice Section */
.audio_voice_section {
	width:100%;
	height:auto;
	text-align: center;
	margin:0 0 20px 0;
}

/* 相関図 */
.character_relation_section {
	width:100%;
	height:714;
	text-align: center;
	margin:0 0 20px 0;
}

/* Twitter Icon Section */
.tw_icon_section {
	margin:0 0 20px 0;
}

.tw_icont_title {
	margin:0 0 -13px 0;
}

.tw_icon_frame {
	box-sizing:border-box;
	background-color:#ffffff;
	border:solid 3px #6e4600;
	text-align: center;
	padding:20px 0;
}

.tw_icon_frame img {
	width: 150px;
	height: 150px;
}

/*-------------------------------------------------
総合情報 一覧ページ
-------------------------------------------------*/
/* 総合情報ページのベースフレーム */
.list_info_section {
	width:1160px;
	box-sizing: border-box;
	margin:20px 0 0 0;
}

/* ナビゲーションリンク */
.list_navigation_frame {
	background-image:url('/image/category_bg.gif');
	background-size: auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width:1160px;
	height:auto;
	text-align: center;
	padding: 10px 0;
}

.list_navigation_frame img {
	margin:0 20px;
}

/* メディア枠 */
.list_media_frame {
	background-color: #fcfcfa;
	background-image:url('/image/info_bg_media1160.jpg');
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width:1160px;
	height: 600px;
	vertical-align:top;
	border:solid 2px #618933;
	margin:0 0 20px 0;
}

/* ゲーム枠 */
.list_game_frame {
	background-color: #fcfcfc;
	background-image:url('/image/info_bg_game1160.jpg');
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width:1160px;
	height: 600px;
	vertical-align:top;
	border:solid 2px #8f69b2;
	margin:0 0 20px 0;
}

/* カテゴリ別のタイトル見出し枠 */
.list_category_image {
	width:1160px;
	height:64px;
	box-sizing: border-box;
	overflow: hidden;
}

/* 見出し用画像 */
.list_category_image img {
	width:1158px;
	height:64px;
}

/* タイトル枠 */
.list_title_frame {
	box-sizing: border-box;
	width: 1160px;
	padding: 20px 20px 0 20px;
	display: table;
}

/* タイトル装飾画像レイアウト */
.list_title_decoration {
	display:table-cell;
	width:45px;
	height:30px;
	padding:5px 0 0 0;
}

/* タイトルテキストレイアウト */
.list_title_text {
	display:table-cell;
	height:30px;
	vertical-align:middle;
	overflow: hidden;
}

/* タイトルテキスト装飾 */
.list_title_media {
	color:#618933;
	font-size:24px;
	font-family:'メイリオ','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	width:750px;
}

.list_title_game {
	color:#8f69b2;
	font-size:24px;
	font-family:'メイリオ','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	width:750px;
}

/* 公開日 */
.list_open_date {
	display:table-cell;
	color:#939393;
	font-size: 18px;
	width: 150px;
	height: 30px;
	text-align: right;
	vertical-align:middle;
}

/* メイン画像及び概要テキストフレーム */
.list_information_frame {
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

/* 情報メイン画像枠 */
.list_image_frame {	
	width:555px;
	height: 390px;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
}

/* 情報メイン画像 */
.list_image_frame img {
	width:555px;
	height: 390px;
}

/* 右フレーム（概要文・続きを見る） */
.list_right_frame {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	height: 390px;
}

/* 情報概要テキスト枠 */
.list_description_frame {
	display: inline-block;
	box-sizing: border-box;
	color: #754600;
	font-size: 16px;
	line-height: 24px;
	width: 550px;
	height: 240px;
	vertical-align: top;
	padding: 5px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	/* 省略表示 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

/* 続きを見るリンク枠 */
.list_link_frame {
	text-align:center;
	height:40px;
	margin: 20px 0 0 0;
}

/* social 全体用フレーム */
.list_social_frame {
	box-sizing: border-box;
	width:1160px;
	text-align:right;
	height: 22px;
	padding: 3px 30px 0 0;
}

/* social インライン枠 */
.list_social_inline {
	height:22px;
	position: relative;
}

/* Twitter */
.twitter_frame{
	position: absolute;
	top: 0;
	right: 107px;
}

/* Facebook */
.facebook_frame{
	position: absolute;
	top: -4px;
	right: 0;
}

/* ページャー */
.pagerLink {
	text-align: center;
	padding: 20px 0;
}

.pagerLink span a {
	background-color: #ad8749;
	padding: 5px 15px;
	display: inline-block;
	color: #ffffff;
}

.pagerLink span.selected {
	background-color:#d4b481;
	padding: 5px 15px;
	display: inline-block;
	color: #ffffff;
}

/* 前の記事 */
.pagerLink span.prev {
	background-color:#ad8749;
	margin: 0 10px 0 0;
}

/*次の記事*/
.pagerLink span.next {
	background-color:#ad8749;
	margin: 0 0 0 10px;
}

/*リンク*/
.pagerLink span.prev a {
	color: #ffffff;
	padding: 5px 5x 5px 5px;
}

.pagerLink span.next a {
	color: #ffffff;
	padding: 5px 5x 5px 5px;
}

/*-------------------------------------------------
総合情報 詳細ページ
-------------------------------------------------*/
/* 総合情報ページのベースフレーム */
.index_info_section {
	width:1160px;
	box-sizing: border-box;
	margin:20px 0 0 0;
}

/* ナビゲーションリンク */
.index_navigation_frame {
	background-image:url('/image/category_bg.gif');
	background-size: auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width:1160px;
	height:auto;
	text-align: center;
	padding: 10px 0;
}

.index_navigation_frame img {
	margin:0 20px;
}

/* メディア枠 */
.index_media_frame {
	background-color: #fcfcfa;
	background-image:url('/image/info_bg_media1160.jpg');
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width:1160px;
	vertical-align:top;
	border:solid 2px #618933;
	padding: 0 0 100px 0;
	margin:0 0 20px 0;
}

/* ゲーム枠 */
.index_game_frame {
	background-color: #fcfcfc;
	background-image:url('/image/info_bg_game1160.jpg');
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	width:1160px;
	vertical-align:top;
	border:solid 2px #8f69b2;
	padding: 0 0 100px 0;
	margin:0 0 20px 0;
}

/* カテゴリ別のタイトル見出し枠 */
.index_category_image {
	width:1160px;
	height:64px;
	box-sizing: border-box;
	overflow: hidden;
}

/* 見出し用画像 */
.index_category_image img {
	width:1158px;
	height:64px;
}

/* タイトル枠 */
.index_title_frame {
	box-sizing: border-box;
	width: 1160px;
	padding: 20px 20px 0 20px;
	display: table;
}

/* タイトル装飾画像レイアウト */
.index_title_decoration {
	display:table-cell;
	width:45px;
	height:30px;
	padding:5px 0 0 0;
}

/* タイトルテキストレイアウト */
.index_title_text {
	display:table-cell;
	height:30px;
	vertical-align:middle;
	overflow: hidden;
}

/* タイトルテキスト装飾 */
.index_title_media {
	color:#618933;
	font-size:24px;
	font-family:'メイリオ','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	width:750px;
}

.index_title_game {
	color:#8f69b2;
	font-size:24px;
	font-family:'メイリオ','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	width:750px;
}

/* 公開日 */
.index_open_date {
	display:table-cell;
	color:#939393;
	font-size: 18px;
	width: 150px;
	height: 30px;
	text-align: right;
	vertical-align:middle;
}


/* メイン画像及び概要テキストフレーム */
.index_information_frame {
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

/* 情報メイン画像枠 */
.index_image_frame {
	/* Defalt Design
	width:555px;
	height: 390px;
	float:left;
	*/
	/* FIX */
	width:40%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 20px 0 0;
}

/* 情報メイン画像 */
.index_image_frame img {
	/* Defalt Design
	width:555px;
	height: 390px;
	*/
	/* FIX */
	width:100%;
	height: auto;
}

/* 情報概要テキスト枠 */
.index_description_frame {
	box-sizing: border-box;
	color: #754600;
	font-size: 16px;
	line-height: 24px;
	word-break: break-all;
	word-wrap: break-word;
	/* FIX */
	width:60%;
	float: left;
	padding:0 10px 0 0;
	overflow: hidden;
}

/* 概要テキスト枠内の画像サイズ */
.index_description_frame img {
	width: 70%;
}

/* social 全体用フレーム */
.index_social_frame {
	box-sizing: border-box;
	width:1160px;
	text-align:right;
	height: 22px;
	padding: 3px 30px 0 0;
}

/* social インライン枠 */
.index_social_inline {
	height:22px;
	position: relative;
}

/* Twitter */
.index_twitter_frame{
	position: absolute;
	top: 0;
	right: 107px;
}

/* Facebook */
.index_facebook_frame{
	position: absolute;
	top: -4px;
	right: 0;
}

/* エラー */
.information_error {
	height:100px;
	padding:100px 0 100px 0;
	text-align:center;
}

/*-------------------------------------------------
なむあみだ仏っととは？
-------------------------------------------------*/
.game_about_section {
	width:100%;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 0;
}

.game_about_section div img {
	width: 100%;
}

/*-------------------------------------------------
mixi
-------------------------------------------------*/
.mi_back{
    background: url("../mixi/image/yoyakutokuten_pc.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: center;
    height: 500px;
    width: 1159px;
}

.form_text {
   text-align:left;
   padding:320px 10px 0 40px;
}

.form_text2 {
   padding:25px 0;
}

.form_block{
   float:left;
   padding:5px 0 0 20px;
}

.mixi_btn{
   float:right;
   margin:0 0 0 35px;
}

.img_btn {
    border: 0px;
    width: 286px;
    height:85px;
    background: url(../mixi/image/btn1_off.png) left top no-repeat;
    margin:10px 0 0 7px;
    float:center;
}

.img_btn:hover {
    background: url(../mixi/image/btn1_on.png) left top no-repeat;
}

.img_btn2 {
    border: 0px;
    width: 420px;
    height:85px;
    background: url(../mixipr/image/btn6_off.png) left top no-repeat;
    margin:20px 0 0 40px;
    float:center;
}

.img_btn2:hover {
    background: url(../mixipr/image/btn6_on.png) left top no-repeat;
}

.notes{
    font-size:18px;
    font-weight:bold ;
    color:#6b4423 ;
    margin:20px 60px;
    padding:15px;
    background: rgba(255,255,255,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33ffffff', endColorstr='#33ffffff');
}

.mail{
    font-weight:bold;
    font-size:16px;
    color:#4e341d;
    padding:0 0 0 120px;

}
/*-------------------------------------------------
mixi一周年
-------------------------------------------------*/
.mi1_back{
    background: url("../image/campaign/img_pc.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: center;
    height: 1646px;
    width: 1160px;
}

.form_text1 {
   text-align:center;
   padding:510px 0 0 0;
}

.form_text1_2 {
   text-align:center;
   padding:850px 0 0 0;}



.form_text_fd {
   text-align:left;
   padding:0 0 0 220px;
   padding-top:340px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_sk {
   text-align:left;
   padding:0 0 0 600px;
   padding-top:5px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_mj {
   text-align:left;
   padding:0 0 0 220px;
   padding-top:265px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_fg {
   text-align:left;
   padding:0 0 0 825px;
   padding-top:5px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_jz {
   text-align:left;
   padding:0 0 0 220px;
   padding-top:260px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_mr {
   text-align:left;
   padding:0 0 0 825px;
   padding-top:5px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_ys {
   text-align:left;
   padding:0 0 0 220px;
   padding-top:265px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_kn {
   text-align:left;
   padding:0 0 0 825px;
   padding-top:5px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_ss {
   text-align:left;
   padding:0 0 0 220px;
   padding-top:265px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_am {
   text-align:left;
   padding:0 0 0 825px;
   padding-top:5px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_as {
   text-align:left;
   padding:0 0 0 220px;
   padding-top:260px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_dn {
   text-align:left;
   padding:0 0 0 825px;
   padding-top:5px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}

.form_text_kz {
   text-align:center;
   padding:0 0 0 220px;
   padding-top:270px;
   line-height: 1;
   -webkit-box-sizing: border-box;
}


.form_block{
   float:left;
   margin-top:5px;
   padding:0 0 0 20px;
}

.mixi_btn{
   float:right;
   margin:0 0 0 35px;
}

.img_btn {
    border: 0px;
    width: 286px;
    height:85px;
    background: url(../mixi/image/btn1_off.png) left top no-repeat;
    margin:10px 0 0 7px;
    float:center;
}

.img_btn:hover {
    background: url(../mixi/image/btn1_on.png) left top no-repeat;
}

.img_btn2 {
    border: 0px;
    width: 420px;
    height:85px;
    background: url(../mixipr/image/btn6_off.png) left top no-repeat;
    margin:20px 0 0 40px;
    float:center;
}

.img_btn2:hover {
    background: url(../mixipr/image/btn6_on.png) left top no-repeat;
}

.img_btn_ap {
    border: 0px;
    width: 275px;
    height:76px;
    background: url(../image/campaign/htk13/btn1_off_pc.png) left top no-repeat;
    margin:5px 0 0 5px;
    float:center;
}

.img_btn_ap:hover {
    background: url(../image/campaign/htk13/btn1_on_pc.png) left top no-repeat;
}

.notes{
    font-size:18px;
    font-weight:bold ;
    color:#6b4423 ;
    margin:20px 60px;
    padding:15px;
    background: rgba(255,255,255,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33ffffff', endColorstr='#33ffffff');
}

.mail{
    font-weight:bold;
    font-size:16px;
    color:#4e341d;
    padding:0 0 0 120px;

}


/*-------------------------------------------------
GREE
-------------------------------------------------*/
.gr_back{
    background: url("../GREE/image/yoyakutokuten_pc.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: center;
    height: 500px;
    width: 1159px;
}


/*-------------------------------------------------
エイプリルフール
-------------------------------------------------*/
.ap_back {
    background: url("../image/campaign/htk13/kyara_matome_pc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: center;
    height: 2534px;
    width: 1160px;
}


