@charset "utf-8";
/*
Theme Name: ADJUST-PPC PC
Theme URI: 
Description: ADJUST-PPC PC用テーマ
Author: 
Author URI: 
Version: 1.0
*/
@import url("css/default.css");
@import url("css/color-img.css");

/* サイトタイトルのフォントサイズ */
h1 {
	/*font-size: 32px;*/
}

/* 「公式サイトはこちら」ボタン */
.button.normal p.link_text {
	/*
	margin-top: 18px;
	font-size: 32px;
	*/
}
.button p.link_text { 
	/* 
	margin-top: 18px;
	font-size: 36px; 
	*/ 
}

/* ヘッダー画像テキストの位置とサイズ */

.topimg .topimg_text {
	color: #000000; /* 文字色 */
        font-size: 1.3em;　/* 文字サイズ */
        line-height: 1.6em; /* 行間 */
	bottom: 30px; /* 下からの位置 */
	left: 460px; /* 左からの位置 */
}
